Fuchsia is one of the color families shipped with this release. Magenta punch — bold highlights..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100fuchsia-100#fdf4ffVery light — section backgrounds, badges on light UI, tinted code blocks.
200fuchsia-200#fae8ffLight — borders on light themes, dividers with personality, chip backgrounds.
300fuchsia-300#f5d0feSoft — secondary borders, disabled states with color, placeholder decorations.
400fuchsia-400#f0abfcMedium-light — icons on dark surfaces, decorative accents, chart lines.
500fuchsia-500#e879f9The primary step — buttons, links, brand fills, key interactive elements.
600fuchsia-600#d946efHover step — hover states for 500 elements, or primary on very light UIs.
700fuchsia-700#c026d3Active step — pressed states, emphasized text on light tinted backgrounds.
800fuchsia-800#a21cafDark — text on light palettes, headers in tinted sections, dark UI fills.
900fuchsia-900#86198fVery dark — deep section backgrounds, high-contrast text carriers.
950fuchsia-950#701a75Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<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#

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.

colors/purple|purple · colors/pink|pink · colors/color-pairing|Pairing recipes