Emerald
#02DE99
GreenColor Codes
All color formats for development
HEX
#02DE99RGB
rgb(2, 222, 153)HSL
hsl(161, 98%, 44%)OKLCH
oklch(0.796 0.175 161.9)CMYK
cmyk(99%, 0%, 31%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C889
2#02B27A
3#029C6B
4#01855C
5#016F4C
6#01593D
7#01432E
8#002C1F
9#00160F
Tints
Lighter variations
1#03FAAC
2#1DFDB6
3#39FDBF
4#55FDC8
5#72FED1
6#8EFEDA
7#AAFEE4
8#C6FEED
9#E3FFF6
Tones
Muted variations
1#0DD394
2#18C890
3#23BD8C
4#2EB288
5#39A784
6#449C80
7#4F917C
8#5A8678
9#657B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015137 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFFF4;
--emerald-200: #BDFEEA;
--emerald-300: #8BFED9;
--emerald-400: #4EFDC6;
--emerald-500: #1CFDB5;
--emerald-600: #02DE99;
--emerald-700: #02B179;
--emerald-800: #017E57;
--emerald-900: #015137;
--emerald-950: #013223;
}