Cyan is one of the color families shipped with this release. Aqua — technical clarity and cool accents..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50cyan-50#ecfeffLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100cyan-100#cffafeVery light — section backgrounds, badges on light UI, tinted code blocks.
200cyan-200#a5f3fcLight — borders on light themes, dividers with personality, chip backgrounds.
300cyan-300#67e8f9Soft — secondary borders, disabled states with color, placeholder decorations.
400cyan-400#22d3eeMedium-light — icons on dark surfaces, decorative accents, chart lines.
500cyan-500#06b6d4The primary step — buttons, links, brand fills, key interactive elements.
600cyan-600#0891b2Hover step — hover states for 500 elements, or primary on very light UIs.
700cyan-700#0e7490Active step — pressed states, emphasized text on light tinted backgrounds.
800cyan-800#155e75Dark — text on light palettes, headers in tinted sections, dark UI fills.
900cyan-900#164e63Very dark — deep section backgrounds, high-contrast text carriers.
950cyan-950#083344Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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

colors/teal|teal · colors/sky|sky · colors/color-pairing|Pairing recipes