Emerald
#33E677
GreenColor Codes
All color formats for development
HEX
#33E677RGB
rgb(51, 230, 119)HSL
hsl(143, 78%, 55%)OKLCH
oklch(0.814 0.207 150.6)CMYK
cmyk(78%, 0%, 48%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE167
2#19C85C
3#16AF50
4#139645
5#0F7D39
6#0C642E
7#094B22
8#063217
9#03190B
Tints
Lighter variations
1#47E885
2#5CEB92
3#70EDA0
4#84F0AE
5#99F2BB
6#ADF5C9
7#C2F7D6
8#D6FAE4
9#EBFCF1
Tones
Muted variations
1#3CDD79
2#45D47C
3#4ECB7E
4#57C280
5#5FB982
6#68B084
7#71A786
8#7A9E88
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB96 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E677 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7134 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D8;
--emerald-300: #97F2BA;
--emerald-400: #60EB96;
--emerald-500: #33E677;
--emerald-600: #19C85C;
--emerald-700: #149F49;
--emerald-800: #0E7134;
--emerald-900: #094921;
--emerald-950: #062D15;
}