Neon-cyan is one of the color families shipped with this release. The signature v1 accent — glowing aqua..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50neon-cyan-50#33ffffLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100neon-cyan-100#33ffffVery light — section backgrounds, badges on light UI, tinted code blocks.
200neon-cyan-200#33ffffLight — borders on light themes, dividers with personality, chip backgrounds.
300neon-cyan-300#33ffffSoft — secondary borders, disabled states with color, placeholder decorations.
400neon-cyan-400#33ffffMedium-light — icons on dark surfaces, decorative accents, chart lines.
500neon-cyan-500#33ffffThe primary step — buttons, links, brand fills, key interactive elements.
600neon-cyan-600#33ffffHover step — hover states for 500 elements, or primary on very light UIs.
700neon-cyan-700#33ffffActive step — pressed states, emphasized text on light tinted backgrounds.
800neon-cyan-800#33ffffDark — text on light palettes, headers in tinted sections, dark UI fills.
900neon-cyan-900#33ffffVery dark — deep section backgrounds, high-contrast text carriers.
950neon-cyan-950#33ffffDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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