Emerald
#04DC98
GreenColor Codes
All color formats for development
HEX
#04DC98RGB
rgb(4, 220, 152)HSL
hsl(161, 96%, 44%)OKLCH
oklch(0.791 0.173 162)CMYK
cmyk(98%, 0%, 31%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C689
2#04B079
3#039A6A
4#03845B
5#026E4C
6#02583D
7#01422E
8#012C1E
9#00160F
Tints
Lighter variations
1#05F8AB
2#1FFAB5
3#3BFBBE
4#57FCC7
5#73FCD1
6#8FFDDA
7#ABFDE3
8#C7FEEC
9#E3FEF6
Tones
Muted variations
1#0FD194
2#1AC690
3#25BC8C
4#30B188
5#3AA684
6#459B80
7#50917C
8#5B8678
9#657B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD9 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFEF3;
--emerald-200: #BEFEEA;
--emerald-300: #8CFDD9;
--emerald-400: #50FBC5;
--emerald-500: #1EFAB5;
--emerald-600: #04DC98;
--emerald-700: #04AF79;
--emerald-800: #037D56;
--emerald-900: #025037;
--emerald-950: #013222;
}