Emerald
#33E6A1
GreenColor Codes
All color formats for development
HEX
#33E6A1RGB
rgb(51, 230, 161)HSL
hsl(157, 78%, 55%)OKLCH
oklch(0.822 0.171 161.4)CMYK
cmyk(78%, 0%, 30%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE195
2#19C885
3#16AF74
4#139663
5#0F7D53
6#0C6442
7#094B32
8#063221
9#031911
Tints
Lighter variations
1#47E8AB
2#5CEBB4
3#70EDBD
4#84F0C7
5#99F2D0
6#ADF5D9
7#C2F7E3
8#D6FAEC
9#EBFCF6
Tones
Muted variations
1#3CDD9F
2#45D49D
3#4ECB9B
4#57C299
5#5FB997
6#68B095
7#71A793
8#7A9E90
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E4;
--emerald-300: #97F2CF;
--emerald-400: #60EBB6;
--emerald-500: #33E6A1;
--emerald-600: #19C885;
--emerald-700: #149F69;
--emerald-800: #0E714B;
--emerald-900: #094930;
--emerald-950: #062D1E;
}