Emerald
#02DE83
GreenColor Codes
All color formats for development
HEX
#02DE83RGB
rgb(2, 222, 131)HSL
hsl(155, 98%, 44%)OKLCH
oklch(0.792 0.193 155.5)CMYK
cmyk(99%, 0%, 41%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C875
2#02B268
3#029C5B
4#01854E
5#016F41
6#015934
7#014327
8#002C1A
9#00160D
Tints
Lighter variations
1#03FA93
2#1DFD9F
3#39FDAB
4#55FDB7
5#72FEC3
6#8EFECF
7#AAFEDB
8#C6FEE7
9#E3FFF3
Tones
Muted variations
1#0DD381
2#18C87F
3#23BD7D
4#2EB27B
5#39A779
6#449C78
7#4F9176
8#5A8674
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFECE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFD9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01512F | 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: #DCFFF0;
--emerald-200: #BDFEE3;
--emerald-300: #8BFECE;
--emerald-400: #4EFDB4;
--emerald-500: #1CFD9F;
--emerald-600: #02DE83;
--emerald-700: #02B168;
--emerald-800: #017E4A;
--emerald-900: #01512F;
--emerald-950: #01321E;
}