Emerald
#02DE8A
GreenColor Codes
All color formats for development
HEX
#02DE8ARGB
rgb(2, 222, 138)HSL
hsl(157, 98%, 44%)OKLCH
oklch(0.793 0.187 157.4)CMYK
cmyk(99%, 0%, 38%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C87C
2#02B26E
3#029C60
4#018553
5#016F45
6#015937
7#014329
8#002C1C
9#00160E
Tints
Lighter variations
1#03FA9B
2#1DFDA7
3#39FDB2
4#55FDBD
5#72FEC8
6#8EFED3
7#AAFEDE
8#C6FEE9
9#E3FFF4
Tones
Muted variations
1#0DD387
2#18C885
3#23BD82
4#2EB280
5#39A77D
6#449C7A
7#4F9178
8#5A8675
9#657B73
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 #BDFEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBA | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015132 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFFF1;
--emerald-200: #BDFEE5;
--emerald-300: #8BFED2;
--emerald-400: #4EFDBA;
--emerald-500: #1CFDA6;
--emerald-600: #02DE8A;
--emerald-700: #02B16E;
--emerald-800: #017E4E;
--emerald-900: #015132;
--emerald-950: #01321F;
}