Emerald
#33E67A
GreenColor Codes
All color formats for development
HEX
#33E67ARGB
rgb(51, 230, 122)HSL
hsl(144, 78%, 55%)OKLCH
oklch(0.815 0.204 151.2)CMYK
cmyk(78%, 0%, 47%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE16B
2#19C85F
3#16AF53
4#139647
5#0F7D3B
6#0C642F
7#094B24
8#063218
9#03190C
Tints
Lighter variations
1#47E888
2#5CEB95
3#70EDA2
4#84F0AF
5#99F2BD
6#ADF5CA
7#C2F7D7
8#D6FAE4
9#EBFCF2
Tones
Muted variations
1#3CDD7C
2#45D47E
3#4ECB80
4#57C282
5#5FB983
6#68B085
7#71A787
8#7A9E89
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 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D9;
--emerald-300: #97F2BB;
--emerald-400: #60EB98;
--emerald-500: #33E67A;
--emerald-600: #19C85F;
--emerald-700: #149F4B;
--emerald-800: #0E7136;
--emerald-900: #094922;
--emerald-950: #062D16;
}