Emerald
#04DC94
GreenColor Codes
All color formats for development
HEX
#04DC94RGB
rgb(4, 220, 148)HSL
hsl(160, 96%, 44%)OKLCH
oklch(0.79 0.176 160.7)CMYK
cmyk(98%, 0%, 33%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C685
2#04B076
3#039A68
4#038459
5#026E4A
6#02583B
7#01422C
8#012C1E
9#00160F
Tints
Lighter variations
1#05F8A7
2#1FFAB1
3#3BFBBB
4#57FCC5
5#73FCCE
6#8FFDD8
7#ABFDE2
8#C7FEEC
9#E3FEF5
Tones
Muted variations
1#0FD191
2#1AC68D
3#25BC89
4#30B186
5#3AA682
6#459B7F
7#50917B
8#5B8677
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 #BEFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD7 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | 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: #BEFEE8;
--emerald-300: #8CFDD7;
--emerald-400: #50FBC2;
--emerald-500: #1EFAB1;
--emerald-600: #04DC94;
--emerald-700: #04AF76;
--emerald-800: #037D54;
--emerald-900: #025036;
--emerald-950: #013222;
}