Fuchsia is one of the color families shipped with this release. Magenta punch — bold highlights..
Shades#
100200300400500600700800900950
Palette table#
| Shade | Class fragment | Value | Best role |
|---|---|---|---|
100 | fuchsia-100 | #fdf4ff | Very light — section backgrounds, badges on light UI, tinted code blocks. |
200 | fuchsia-200 | #fae8ff | Light — borders on light themes, dividers with personality, chip backgrounds. |
300 | fuchsia-300 | #f5d0fe | Soft — secondary borders, disabled states with color, placeholder decorations. |
400 | fuchsia-400 | #f0abfc | Medium-light — icons on dark surfaces, decorative accents, chart lines. |
500 | fuchsia-500 | #e879f9 | The primary step — buttons, links, brand fills, key interactive elements. |
600 | fuchsia-600 | #d946ef | Hover step — hover states for 500 elements, or primary on very light UIs. |
700 | fuchsia-700 | #c026d3 | Active step — pressed states, emphasized text on light tinted backgrounds. |
800 | fuchsia-800 | #a21caf | Dark — text on light palettes, headers in tinted sections, dark UI fills. |
900 | fuchsia-900 | #86198f | Very dark — deep section backgrounds, high-contrast text carriers. |
950 | fuchsia-950 | #701a75 | Darkest — near-black tinted backgrounds, hero surfaces, footer tones. |
Use it#
<div class="bg-fuchsia-500 text-white p-6 rounded-xl">Fuchsia surface</div>
<p class="text-fuchsia-600 dark:text-fuchsia-400">Adaptive text</p>
<div class="border border-fuchsia-200 dark:border-fuchsia-800 bg-fuchsia-50 dark:bg-fuchsia-950 p-4 rounded-lg">Panel</div>Per-usage guides#
Fuchsia textstext-fuchsia-* in practice.Fuchsia backgroundsbg-fuchsia-* in practice.Fuchsia bordersborder-fuchsia-* in practice.Fuchsia gradientsfrom-fuchsia-* in practice.
Contrast#
Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ (approx.) want white text. Verify with the accessibility/color-contrast|contrast guide.
Related palettes#
colors/purple|purple · colors/pink|pink · colors/color-pairing|Pairing recipes
