Emerald
#33E64E
GreenColor Codes
All color formats for development
HEX
#33E64ERGB
rgb(51, 230, 78)HSL
hsl(129, 78%, 55%)OKLCH
oklch(0.809 0.239 144.8)CMYK
cmyk(78%, 0%, 66%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE139
2#19C833
3#16AF2D
4#139626
5#0F7D20
6#0C6419
7#094B13
8#06320D
9#031906
Tints
Lighter variations
1#47E85F
2#5CEB71
3#70ED83
4#84F095
5#99F2A6
6#ADF5B8
7#C2F7CA
8#D6FADC
9#EBFCED
Tones
Muted variations
1#3CDD54
2#45D45A
3#4ECB60
4#57C267
5#5FB96D
6#68B073
7#71A779
8#7A9E80
9#839586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB75 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C833 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F8CC;
--emerald-300: #97F2A4;
--emerald-400: #60EB75;
--emerald-500: #33E64E;
--emerald-600: #19C833;
--emerald-700: #149F29;
--emerald-800: #0E711D;
--emerald-900: #094913;
--emerald-950: #062D0C;
}