Emerald
#02DE86
GreenColor Codes
All color formats for development
HEX
#02DE86RGB
rgb(2, 222, 134)HSL
hsl(156, 98%, 44%)OKLCH
oklch(0.792 0.191 156.3)CMYK
cmyk(99%, 0%, 40%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C879
2#02B26B
3#029C5E
4#018551
5#016F43
6#015936
7#014328
8#002C1B
9#00160D
Tints
Lighter variations
1#03FA97
2#1DFDA3
3#39FDAF
4#55FDBA
5#72FEC6
6#8EFED1
7#AAFEDD
8#C6FEE8
9#E3FFF4
Tones
Muted variations
1#0DD384
2#18C882
3#23BD80
4#2EB27D
5#39A77B
6#449C79
7#4F9177
8#5A8675
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015131 | 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: #DCFFF1;
--emerald-200: #BDFEE4;
--emerald-300: #8BFED0;
--emerald-400: #4EFDB7;
--emerald-500: #1CFDA3;
--emerald-600: #02DE86;
--emerald-700: #02B16B;
--emerald-800: #017E4C;
--emerald-900: #015131;
--emerald-950: #01321E;
}