Emerald
#33E66B
GreenColor Codes
All color formats for development
HEX
#33E66BRGB
rgb(51, 230, 107)HSL
hsl(139, 78%, 55%)OKLCH
oklch(0.813 0.217 148.5)CMYK
cmyk(78%, 0%, 53%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE15A
2#19C850
3#16AF46
4#13963C
5#0F7D32
6#0C6428
7#094B1E
8#063214
9#03190A
Tints
Lighter variations
1#47E87A
2#5CEB89
3#70ED98
4#84F0A6
5#99F2B5
6#ADF5C4
7#C2F7D3
8#D6FAE1
9#EBFCF0
Tones
Muted variations
1#3CDD6F
2#45D472
3#4ECB75
4#57C279
5#5FB97C
6#68B07F
7#71A782
8#7A9E86
9#839589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C850 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE8;
--emerald-200: #C4F8D4;
--emerald-300: #97F2B4;
--emerald-400: #60EB8C;
--emerald-500: #33E66B;
--emerald-600: #19C850;
--emerald-700: #149F40;
--emerald-800: #0E712E;
--emerald-900: #09491D;
--emerald-950: #062D12;
}