Emerald
#33E6A7
GreenColor Codes
All color formats for development
HEX
#33E6A7RGB
rgb(51, 230, 167)HSL
hsl(159, 78%, 55%)OKLCH
oklch(0.824 0.166 163.5)CMYK
cmyk(78%, 0%, 27%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE19C
2#19C88A
3#16AF79
4#139668
5#0F7D57
6#0C6445
7#094B34
8#063223
9#031911
Tints
Lighter variations
1#47E8B0
2#5CEBB9
3#70EDC1
4#84F0CA
5#99F2D3
6#ADF5DC
7#C2F7E5
8#D6FAED
9#EBFCF6
Tones
Muted variations
1#3CDDA4
2#45D4A2
3#4ECB9F
4#57C29C
5#5FB99A
6#68B097
7#71A794
8#7A9E92
9#83958F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF1;
--emerald-200: #C4F8E6;
--emerald-300: #97F2D2;
--emerald-400: #60EBBB;
--emerald-500: #33E6A7;
--emerald-600: #19C88A;
--emerald-700: #149F6E;
--emerald-800: #0E714F;
--emerald-900: #094932;
--emerald-950: #062D1F;
}