Emerald
#33E651
GreenColor Codes
All color formats for development
HEX
#33E651RGB
rgb(51, 230, 81)HSL
hsl(130, 78%, 55%)OKLCH
oklch(0.81 0.237 145.1)CMYK
cmyk(78%, 0%, 65%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE13D
2#19C836
3#16AF2F
4#139628
5#0F7D22
6#0C641B
7#094B14
8#06320D
9#031907
Tints
Lighter variations
1#47E862
2#5CEB73
3#70ED85
4#84F096
5#99F2A8
6#ADF5B9
7#C2F7CB
8#D6FADC
9#EBFCEE
Tones
Muted variations
1#3CDD57
2#45D45D
3#4ECB62
4#57C268
5#5FB96E
6#68B074
7#71A77A
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 #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB77 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C836 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094914 | 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: #DFFBE4;
--emerald-200: #C4F8CD;
--emerald-300: #97F2A6;
--emerald-400: #60EB77;
--emerald-500: #33E651;
--emerald-600: #19C836;
--emerald-700: #149F2B;
--emerald-800: #0E711F;
--emerald-900: #094914;
--emerald-950: #062D0C;
}