Neutral is one of the color families shipped with this release. True neutral — no hue at all..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50neutral-50#fafafaLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100neutral-100#f5f5f5Very light — section backgrounds, badges on light UI, tinted code blocks.
200neutral-200#e5e5e5Light — borders on light themes, dividers with personality, chip backgrounds.
300neutral-300#d4d4d4Soft — secondary borders, disabled states with color, placeholder decorations.
400neutral-400#a3a3a3Medium-light — icons on dark surfaces, decorative accents, chart lines.
500neutral-500#737373The primary step — buttons, links, brand fills, key interactive elements.
600neutral-600#525252Hover step — hover states for 500 elements, or primary on very light UIs.
700neutral-700#404040Active step — pressed states, emphasized text on light tinted backgrounds.
800neutral-800#262626Dark — text on light palettes, headers in tinted sections, dark UI fills.
900neutral-900#171717Very dark — deep section backgrounds, high-contrast text carriers.
950neutral-950#0a0a0aDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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