Emerald
#02DE8E
GreenColor Codes
All color formats for development
HEX
#02DE8ERGB
rgb(2, 222, 142)HSL
hsl(158, 98%, 44%)OKLCH
oklch(0.794 0.184 158.5)CMYK
cmyk(99%, 0%, 36%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C87F
2#02B271
3#029C63
4#018555
5#016F47
6#015939
7#01432A
8#002C1C
9#00160E
Tints
Lighter variations
1#03FAA0
2#1DFDAB
3#39FDB5
4#55FDC0
5#72FECA
6#8EFED5
7#AAFEDF
8#C6FEEA
9#E3FFF4
Tones
Muted variations
1#0DD38B
2#18C888
3#23BD85
4#2EB282
5#39A77F
6#449C7C
7#4F9179
8#5A8676
9#657B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015133 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFFF2;
--emerald-200: #BDFEE7;
--emerald-300: #8BFED4;
--emerald-400: #4EFDBD;
--emerald-500: #1CFDAA;
--emerald-600: #02DE8E;
--emerald-700: #02B171;
--emerald-800: #017E50;
--emerald-900: #015133;
--emerald-950: #013220;
}