Emerald
#33E695
GreenColor Codes
All color formats for development
HEX
#33E695RGB
rgb(51, 230, 149)HSL
hsl(153, 78%, 55%)OKLCH
oklch(0.82 0.181 157.7)CMYK
cmyk(78%, 0%, 35%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE188
2#19C879
3#16AF6A
4#13965B
5#0F7D4C
6#0C643C
7#094B2D
8#06321E
9#03190F
Tints
Lighter variations
1#47E8A0
2#5CEBAA
3#70EDB5
4#84F0C0
5#99F2CA
6#ADF5D5
7#C2F7DF
8#D6FAEA
9#EBFCF4
Tones
Muted variations
1#3CDD94
2#45D493
3#4ECB93
4#57C292
5#5FB991
6#68B090
7#71A78F
8#7A9E8E
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C4F8E0;
--emerald-300: #97F2C9;
--emerald-400: #60EBAD;
--emerald-500: #33E695;
--emerald-600: #19C879;
--emerald-700: #149F60;
--emerald-800: #0E7145;
--emerald-900: #09492C;
--emerald-950: #062D1B;
}