Emerald
#04DC86
GreenColor Codes
All color formats for development
HEX
#04DC86RGB
rgb(4, 220, 134)HSL
hsl(156, 96%, 44%)OKLCH
oklch(0.787 0.188 156.6)CMYK
cmyk(98%, 0%, 39%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C678
2#04B06B
3#039A5E
4#038450
5#026E43
6#025835
7#014228
8#012C1B
9#00160D
Tints
Lighter variations
1#05F897
2#1FFAA3
3#3BFBAE
4#57FCBA
5#73FCC5
6#8FFDD1
7#ABFDDC
8#C7FEE8
9#E3FEF3
Tones
Muted variations
1#0FD184
2#1AC681
3#25BC7F
4#30B17D
5#3AA67B
6#459B79
7#509177
8#5B8675
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025031 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFEF1;
--emerald-200: #BEFEE4;
--emerald-300: #8CFDD0;
--emerald-400: #50FBB7;
--emerald-500: #1EFAA2;
--emerald-600: #04DC86;
--emerald-700: #04AF6A;
--emerald-800: #037D4C;
--emerald-900: #025031;
--emerald-950: #01321E;
}