Pink is one of the color families shipped with this release. Playful warmth — consumer and social..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100pink-100#fdf2f8Very light — section backgrounds, badges on light UI, tinted code blocks.
200pink-200#fce7f3Light — borders on light themes, dividers with personality, chip backgrounds.
300pink-300#fbcfe8Soft — secondary borders, disabled states with color, placeholder decorations.
400pink-400#f9a8d4Medium-light — icons on dark surfaces, decorative accents, chart lines.
500pink-500#f472b6The primary step — buttons, links, brand fills, key interactive elements.
600pink-600#ec4899Hover step — hover states for 500 elements, or primary on very light UIs.
700pink-700#db2777Active step — pressed states, emphasized text on light tinted backgrounds.
800pink-800#be185dDark — text on light palettes, headers in tinted sections, dark UI fills.
900pink-900#9d174dVery dark — deep section backgrounds, high-contrast text carriers.
950pink-950#831843Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-pink-500 text-white p-6 rounded-xl">Pink surface</div>
<p class="text-pink-600 dark:text-pink-400">Adaptive text</p>
<div class="border border-pink-200 dark:border-pink-800 bg-pink-50 dark:bg-pink-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/fuchsia|fuchsia · colors/rose|rose · colors/color-pairing|Pairing recipes