Emerald
#33E64B
GreenColor Codes
All color formats for development
HEX
#33E64BRGB
rgb(51, 230, 75)HSL
hsl(128, 78%, 55%)OKLCH
oklch(0.809 0.241 144.6)CMYK
cmyk(78%, 0%, 67%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE136
2#19C830
3#16AF2A
4#139624
5#0F7D1E
6#0C6418
7#094B12
8#06320C
9#031906
Tints
Lighter variations
1#47E85D
2#5CEB6F
3#70ED81
4#84F093
5#99F2A5
6#ADF5B7
7#C2F7C9
8#D6FADB
9#EBFCED
Tones
Muted variations
1#3CDD51
2#45D458
3#4ECB5E
4#57C265
5#5FB96B
6#68B072
7#71A779
8#7A9E7F
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 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB73 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F8CB;
--emerald-300: #97F2A3;
--emerald-400: #60EB73;
--emerald-500: #33E64B;
--emerald-600: #19C830;
--emerald-700: #149F26;
--emerald-800: #0E711B;
--emerald-900: #094911;
--emerald-950: #062D0B;
}