Pink is one of the color families shipped with this release. Playful warmth — consumer and social..
Shades#
100200300400500600700800900950
Palette table#
| Shade | Class fragment | Value | Best role |
|---|---|---|---|
100 | pink-100 | #fdf2f8 | Very light — section backgrounds, badges on light UI, tinted code blocks. |
200 | pink-200 | #fce7f3 | Light — borders on light themes, dividers with personality, chip backgrounds. |
300 | pink-300 | #fbcfe8 | Soft — secondary borders, disabled states with color, placeholder decorations. |
400 | pink-400 | #f9a8d4 | Medium-light — icons on dark surfaces, decorative accents, chart lines. |
500 | pink-500 | #f472b6 | The primary step — buttons, links, brand fills, key interactive elements. |
600 | pink-600 | #ec4899 | Hover step — hover states for 500 elements, or primary on very light UIs. |
700 | pink-700 | #db2777 | Active step — pressed states, emphasized text on light tinted backgrounds. |
800 | pink-800 | #be185d | Dark — text on light palettes, headers in tinted sections, dark UI fills. |
900 | pink-900 | #9d174d | Very dark — deep section backgrounds, high-contrast text carriers. |
950 | pink-950 | #831843 | Darkest — near-black tinted backgrounds, hero surfaces, footer tones. |
Use it#
<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#
Pink textstext-pink-* in practice.Pink backgroundsbg-pink-* in practice.Pink bordersborder-pink-* in practice.Pink gradientsfrom-pink-* 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/fuchsia|fuchsia · colors/rose|rose · colors/color-pairing|Pairing recipes
