Emerald
#33E674
GreenColor Codes
All color formats for development
HEX
#33E674RGB
rgb(51, 230, 116)HSL
hsl(142, 78%, 55%)OKLCH
oklch(0.814 0.209 150)CMYK
cmyk(78%, 0%, 50%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE164
2#19C859
3#16AF4E
4#139643
5#0F7D38
6#0C642C
7#094B21
8#063216
9#03190B
Tints
Lighter variations
1#47E882
2#5CEB90
3#70ED9E
4#84F0AC
5#99F2BA
6#ADF5C8
7#C2F7D5
8#D6FAE3
9#EBFCF1
Tones
Muted variations
1#3CDD77
2#45D479
3#4ECB7C
4#57C27E
5#5FB980
6#68B083
7#71A785
8#7A9E87
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB93 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C859 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7132 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D7;
--emerald-300: #97F2B8;
--emerald-400: #60EB93;
--emerald-500: #33E674;
--emerald-600: #19C859;
--emerald-700: #149F47;
--emerald-800: #0E7132;
--emerald-900: #094920;
--emerald-950: #062D14;
}