Emerald
#02DE95
GreenColor Codes
All color formats for development
HEX
#02DE95RGB
rgb(2, 222, 149)HSL
hsl(160, 98%, 44%)OKLCH
oklch(0.795 0.178 160.6)CMYK
cmyk(99%, 0%, 33%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C886
2#02B277
3#029C68
4#018559
5#016F4A
6#01593C
7#01432D
8#002C1E
9#00160F
Tints
Lighter variations
1#03FAA8
2#1DFDB2
3#39FDBC
4#55FDC5
5#72FECF
6#8EFED9
7#AAFEE2
8#C6FEEC
9#E3FFF5
Tones
Muted variations
1#0DD391
2#18C88E
3#23BD8A
4#2EB286
5#39A783
6#449C7F
7#4F917B
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 #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFFF3;
--emerald-200: #BDFEE9;
--emerald-300: #8BFED8;
--emerald-400: #4EFDC3;
--emerald-500: #1CFDB2;
--emerald-600: #02DE95;
--emerald-700: #02B176;
--emerald-800: #017E55;
--emerald-900: #015136;
--emerald-950: #013222;
}