Emerald
#33E680
GreenColor Codes
All color formats for development
HEX
#33E680RGB
rgb(51, 230, 128)HSL
hsl(146, 78%, 55%)OKLCH
oklch(0.816 0.199 152.4)CMYK
cmyk(78%, 0%, 44%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE171
2#19C865
3#16AF58
4#13964B
5#0F7D3F
6#0C6432
7#094B26
8#063219
9#03190D
Tints
Lighter variations
1#47E88D
2#5CEB9A
3#70EDA6
4#84F0B3
5#99F2C0
6#ADF5CC
7#C2F7D9
8#D6FAE6
9#EBFCF2
Tones
Muted variations
1#3CDD82
2#45D483
3#4ECB84
4#57C285
5#5FB986
6#68B087
7#71A789
8#7A9E8A
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C865 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7139 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8DA;
--emerald-300: #97F2BE;
--emerald-400: #60EB9C;
--emerald-500: #33E680;
--emerald-600: #19C865;
--emerald-700: #149F50;
--emerald-800: #0E7139;
--emerald-900: #094925;
--emerald-950: #062D17;
}