Emerald
#04DC7F
GreenColor Codes
All color formats for development
HEX
#04DC7FRGB
rgb(4, 220, 127)HSL
hsl(154, 96%, 44%)OKLCH
oklch(0.786 0.194 154.8)CMYK
cmyk(98%, 0%, 42%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C672
2#04B065
3#039A59
4#03844C
5#026E3F
6#025833
7#014226
8#012C19
9#00160D
Tints
Lighter variations
1#05F88F
2#1FFA9B
3#3BFBA8
4#57FCB4
5#73FCC1
6#8FFDCD
7#ABFDDA
8#C7FEE6
9#E3FEF3
Tones
Muted variations
1#0FD17D
2#1AC67C
3#25BC7A
4#30B179
5#3AA677
6#459B76
7#509175
8#5B8673
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDCC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEF;
--emerald-200: #BEFEE2;
--emerald-300: #8CFDCC;
--emerald-400: #50FBB1;
--emerald-500: #1EFA9B;
--emerald-600: #04DC7F;
--emerald-700: #04AF65;
--emerald-800: #037D48;
--emerald-900: #02502E;
--emerald-950: #01321D;
}