Emerald
#04DCA2
GreenColor Codes
All color formats for development
HEX
#04DCA2RGB
rgb(4, 220, 162)HSL
hsl(164, 96%, 44%)OKLCH
oklch(0.793 0.165 165.6)CMYK
cmyk(98%, 0%, 26%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C692
2#04B082
3#039A72
4#038461
5#026E51
6#025841
7#014231
8#012C20
9#001610
Tints
Lighter variations
1#05F8B7
2#1FFAC0
3#3BFBC8
4#57FCD0
5#73FCD8
6#8FFDDF
7#ABFDE7
8#C7FEEF
9#E3FEF7
Tones
Muted variations
1#0FD19D
2#1AC698
3#25BC93
4#30B18E
5#3AA689
6#459B84
7#50917F
8#5B867A
9#657B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDF | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBCE | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFB;
--emerald-100: #DCFEF5;
--emerald-200: #BEFEED;
--emerald-300: #8CFDDF;
--emerald-400: #50FBCE;
--emerald-500: #1EFAC0;
--emerald-600: #04DCA2;
--emerald-700: #04AF81;
--emerald-800: #037D5C;
--emerald-900: #02503B;
--emerald-950: #013225;
}