Emerald
#02DE91
GreenColor Codes
All color formats for development
HEX
#02DE91RGB
rgb(2, 222, 145)HSL
hsl(159, 98%, 44%)OKLCH
oklch(0.794 0.181 159.4)CMYK
cmyk(99%, 0%, 35%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C883
2#02B274
3#029C66
4#018557
5#016F49
6#01593A
7#01432C
8#002C1D
9#00160F
Tints
Lighter variations
1#03FAA4
2#1DFDAE
3#39FDB8
4#55FDC3
5#72FECD
6#8EFED7
7#AAFEE1
8#C6FEEB
9#E3FFF5
Tones
Muted variations
1#0DD38E
2#18C88B
3#23BD87
4#2EB284
5#39A781
6#449C7D
7#4F917A
8#5A8677
9#657B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015135 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFFF2;
--emerald-200: #BDFEE8;
--emerald-300: #8BFED6;
--emerald-400: #4EFDC0;
--emerald-500: #1CFDAE;
--emerald-600: #02DE91;
--emerald-700: #02B173;
--emerald-800: #017E52;
--emerald-900: #015135;
--emerald-950: #013221;
}