Green is one of the color families shipped with this release. Pure green — confirmation and nature..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50green-50#f0fdf4Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100green-100#dcfce7Very light — section backgrounds, badges on light UI, tinted code blocks.
200green-200#bbf7d0Light — borders on light themes, dividers with personality, chip backgrounds.
300green-300#86efacSoft — secondary borders, disabled states with color, placeholder decorations.
400green-400#4ade80Medium-light — icons on dark surfaces, decorative accents, chart lines.
500green-500#22c55eThe primary step — buttons, links, brand fills, key interactive elements.
600green-600#16a34aHover step — hover states for 500 elements, or primary on very light UIs.
700green-700#15803dActive step — pressed states, emphasized text on light tinted backgrounds.
800green-800#166534Dark — text on light palettes, headers in tinted sections, dark UI fills.
900green-900#14532dVery dark — deep section backgrounds, high-contrast text carriers.
950green-950#052e16Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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