Emerald
#04DC77
GreenColor Codes
All color formats for development
HEX
#04DC77RGB
rgb(4, 220, 119)HSL
hsl(152, 96%, 44%)OKLCH
oklch(0.784 0.201 153)CMYK
cmyk(98%, 0%, 46%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C66B
2#04B060
3#039A54
4#038448
5#026E3C
6#025830
7#014224
8#012C18
9#00160C
Tints
Lighter variations
1#05F887
2#1FFA94
3#3BFBA1
4#57FCAF
5#73FCBC
6#8FFDCA
7#ABFDD7
8#C7FEE4
9#E3FEF2
Tones
Muted variations
1#0FD177
2#1AC676
3#25BC75
4#30B175
5#3AA674
6#459B73
7#509172
8#5B8672
9#657B71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDC8 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBAB | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEE;
--emerald-200: #BEFEE0;
--emerald-300: #8CFDC8;
--emerald-400: #50FBAB;
--emerald-500: #1EFA94;
--emerald-600: #04DC77;
--emerald-700: #04AF5F;
--emerald-800: #037D44;
--emerald-900: #02502B;
--emerald-950: #01321B;
}