Emerald is one of the color families shipped with this release. Jewel green — success, money, growth..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100emerald-100#ecfdf5Very light — section backgrounds, badges on light UI, tinted code blocks.
200emerald-200#d1fae5Light — borders on light themes, dividers with personality, chip backgrounds.
300emerald-300#a7f3d0Soft — secondary borders, disabled states with color, placeholder decorations.
400emerald-400#6ee7b7Medium-light — icons on dark surfaces, decorative accents, chart lines.
500emerald-500#34d399The primary step — buttons, links, brand fills, key interactive elements.
600emerald-600#10b981Hover step — hover states for 500 elements, or primary on very light UIs.
700emerald-700#059669Active step — pressed states, emphasized text on light tinted backgrounds.
800emerald-800#047857Dark — text on light palettes, headers in tinted sections, dark UI fills.
900emerald-900#065f46Very dark — deep section backgrounds, high-contrast text carriers.
950emerald-950#064e3bDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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