Emerald
#33E692
GreenColor Codes
All color formats for development
HEX
#33E692RGB
rgb(51, 230, 146)HSL
hsl(152, 78%, 55%)OKLCH
oklch(0.819 0.183 156.8)CMYK
cmyk(78%, 0%, 37%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE185
2#19C876
3#16AF67
4#139659
5#0F7D4A
6#0C643B
7#094B2C
8#06321E
9#03190F
Tints
Lighter variations
1#47E89D
2#5CEBA8
3#70EDB3
4#84F0BE
5#99F2C9
6#ADF5D3
7#C2F7DE
8#D6FAE9
9#EBFCF4
Tones
Muted variations
1#3CDD92
2#45D491
3#4ECB90
4#57C290
5#5FB98F
6#68B08F
7#71A78E
8#7A9E8D
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAA | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E692 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F8E0;
--emerald-300: #97F2C7;
--emerald-400: #60EBAA;
--emerald-500: #33E692;
--emerald-600: #19C876;
--emerald-700: #149F5E;
--emerald-800: #0E7143;
--emerald-900: #09492B;
--emerald-950: #062D1B;
}