Neon-pink is one of the color families shipped with this release. Hot magenta glow of the v1 neon family..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50neon-pink-50#ff66ccLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100neon-pink-100#ff66ccVery light — section backgrounds, badges on light UI, tinted code blocks.
200neon-pink-200#ff66ccLight — borders on light themes, dividers with personality, chip backgrounds.
300neon-pink-300#ff66ccSoft — secondary borders, disabled states with color, placeholder decorations.
400neon-pink-400#ff66ccMedium-light — icons on dark surfaces, decorative accents, chart lines.
500neon-pink-500#ff66ccThe primary step — buttons, links, brand fills, key interactive elements.
600neon-pink-600#ff66ccHover step — hover states for 500 elements, or primary on very light UIs.
700neon-pink-700#ff66ccActive step — pressed states, emphasized text on light tinted backgrounds.
800neon-pink-800#ff66ccDark — text on light palettes, headers in tinted sections, dark UI fills.
900neon-pink-900#ff66ccVery dark — deep section backgrounds, high-contrast text carriers.
950neon-pink-950#ff66ccDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-neon-pink-500 text-white p-6 rounded-xl">Neon-pink surface</div>
<p class="text-neon-pink-600 dark:text-neon-pink-400">Adaptive text</p>
<div class="border border-neon-pink-200 dark:border-neon-pink-800 bg-neon-pink-50 dark:bg-neon-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+ want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/neon-purple|neon-purple · colors/neon-cyan|neon-cyan · colors/color-pairing|Pairing recipes