1001Ferramentas
🌈Generators

Paleta Monocromática

Gera 5 tons monocromáticos a partir de uma cor base, variando luminosidade.

Paleta

Monochromatic palettes: one hue, infinite moods

A monochromatic palette is built from a single hue (H) on the color wheel — only saturation (S) and lightness (L) change. Working in the HSL color model makes the math trivial: pick H=200 and sweep L from 20% to 90% in even steps and you get a coherent ladder of seven blues. Because every swatch shares the same wavelength family, the eye reads the result as quiet, intentional, and emotionally singular — blue stays calm, red stays passionate, green stays organic.

Why designers reach for mono

  • Visually coherent — nothing clashes, so even amateurs land elegant results.
  • Strong internal contrast — the lightest and darkest swatches still differ by 60+ L points, plenty for headlines on cards.
  • Predictable accessibility — WCAG 2.1 ratios stay predictable: pick a dark tone (L < 30%) for text on a light tone (L > 80%) and you usually clear 4.5:1 AA, often 7:1 AAA.
  • Trivial dark mode inversion — flip lightness (L → 100 − L) and the relationship survives.

Where you see it in the wild

Apple built an entire brand on whites and grays with a single accent. IBM standardised on a corporate blue and shipped it across decades. Coca-Cola owns its red. In product design, Material Design ships a 50950 tonal scale per hue precisely so engineers can build monochromatic surfaces without thinking. Data viz uses mono ramps for heatmaps and choropleth maps where one variable changes — sequential intensity reads instantly.

Pitfalls and when to skip it

  • Avoid swatches with L values closer than 10 points — they read as the same color.
  • Extreme saturation at very low lightness collapses toward black; lower S for the darkest stops.
  • Mono struggles when you need to distinguish multiple categories in a chart — reach for analogous or triadic instead.
  • A full hero done in one hue can feel monotonous; pair with a single contrasting accent for the CTA.

FAQ

Can I generate dark mode automatically from a mono palette? Yes — invert the L axis. A L=20% light-mode primary becomes the L=80% dark-mode primary while H and S stay put.

How many shades should I generate? Five to nine is the sweet spot. Material Design uses ten (50, 100, 200… 900, 950); Tailwind uses eleven. Fewer than five feels thin; more than nine becomes impossible to label.

Can I mix a mono palette with a single accent color? Absolutely — it's the most common upgrade. Mono base for surfaces and text, one opposite hue (180° away) reserved for CTAs and alerts.

Which tools generate mono palettes besides this one? Adobe Color, Coolors, Paletton, and Tailwind's tailwindcss-palette plugin all produce ramps from one hue. The math is the same — only the curves differ.

Related Tools