Neon-purple is one of the color families shipped with this release. Electric violet from the v1 neon family..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50neon-purple-50#b366ffLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100neon-purple-100#b366ffVery light — section backgrounds, badges on light UI, tinted code blocks.
200neon-purple-200#b366ffLight — borders on light themes, dividers with personality, chip backgrounds.
300neon-purple-300#b366ffSoft — secondary borders, disabled states with color, placeholder decorations.
400neon-purple-400#b366ffMedium-light — icons on dark surfaces, decorative accents, chart lines.
500neon-purple-500#b366ffThe primary step — buttons, links, brand fills, key interactive elements.
600neon-purple-600#b366ffHover step — hover states for 500 elements, or primary on very light UIs.
700neon-purple-700#b366ffActive step — pressed states, emphasized text on light tinted backgrounds.
800neon-purple-800#b366ffDark — text on light palettes, headers in tinted sections, dark UI fills.
900neon-purple-900#b366ffVery dark — deep section backgrounds, high-contrast text carriers.
950neon-purple-950#b366ffDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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