Emerald
#33E6A4
GreenColor Codes
All color formats for development
HEX
#33E6A4RGB
rgb(51, 230, 164)HSL
hsl(158, 78%, 55%)OKLCH
oklch(0.823 0.168 162.4)CMYK
cmyk(78%, 0%, 29%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE198
2#19C888
3#16AF77
4#139666
5#0F7D55
6#0C6444
7#094B33
8#063222
9#031911
Tints
Lighter variations
1#47E8AD
2#5CEBB6
3#70EDBF
4#84F0C8
5#99F2D2
6#ADF5DB
7#C2F7E4
8#D6FAED
9#EBFCF6
Tones
Muted variations
1#3CDDA2
2#45D49F
3#4ECB9D
4#57C29B
5#5FB998
6#68B096
7#71A793
8#7A9E91
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 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | 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: #C4F8E5;
--emerald-300: #97F2D1;
--emerald-400: #60EBB8;
--emerald-500: #33E6A4;
--emerald-600: #19C888;
--emerald-700: #149F6C;
--emerald-800: #0E714D;
--emerald-900: #094931;
--emerald-950: #062D1F;
}