Emerald
#33E6AA
GreenColor Codes
All color formats for development
HEX
#33E6AARGB
rgb(51, 230, 170)HSL
hsl(160, 78%, 55%)OKLCH
oklch(0.824 0.163 164.6)CMYK
cmyk(78%, 0%, 26%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE19F
2#19C88D
3#16AF7C
4#13966A
5#0F7D58
6#0C6447
7#094B35
8#063223
9#031912
Tints
Lighter variations
1#47E8B3
2#5CEBBB
3#70EDC4
4#84F0CC
5#99F2D5
6#ADF5DD
7#C2F7E6
8#D6FAEE
9#EBFCF7
Tones
Muted variations
1#3CDDA7
2#45D4A4
3#4ECBA1
4#57C29E
5#5FB99B
6#68B098
7#71A795
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 #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094933 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF2;
--emerald-200: #C4F8E6;
--emerald-300: #97F2D4;
--emerald-400: #60EBBD;
--emerald-500: #33E6AA;
--emerald-600: #19C88D;
--emerald-700: #149F70;
--emerald-800: #0E7150;
--emerald-900: #094933;
--emerald-950: #062D20;
}