Emerald
#33E69E
GreenColor Codes
All color formats for development
HEX
#33E69ERGB
rgb(51, 230, 158)HSL
hsl(156, 78%, 55%)OKLCH
oklch(0.822 0.173 160.4)CMYK
cmyk(78%, 0%, 31%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE192
2#19C882
3#16AF71
4#139661
5#0F7D51
6#0C6441
7#094B31
8#063220
9#031910
Tints
Lighter variations
1#47E8A8
2#5CEBB2
3#70EDBB
4#84F0C5
5#99F2CF
6#ADF5D8
7#C2F7E2
8#D6FAEC
9#EBFCF5
Tones
Muted variations
1#3CDD9C
2#45D49B
3#4ECB99
4#57C297
5#5FB995
6#68B093
7#71A792
8#7A9E90
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E3;
--emerald-300: #97F2CD;
--emerald-400: #60EBB4;
--emerald-500: #33E69E;
--emerald-600: #19C882;
--emerald-700: #149F67;
--emerald-800: #0E714A;
--emerald-900: #09492F;
--emerald-950: #062D1D;
}