Emerald
#02DEA4
GreenColor Codes
All color formats for development
HEX
#02DEA4RGB
rgb(2, 222, 164)HSL
hsl(164, 98%, 44%)OKLCH
oklch(0.799 0.166 165.8)CMYK
cmyk(99%, 0%, 26%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C893
2#02B283
3#029C72
4#018562
5#016F52
6#015941
7#014331
8#002C21
9#001610
Tints
Lighter variations
1#03FAB8
2#1DFDC1
3#39FDC9
4#55FDD1
5#72FED8
6#8EFEE0
7#AAFEE8
8#C6FEF0
9#E3FFF7
Tones
Muted variations
1#0DD39E
2#18C899
3#23BD94
4#2EB28F
5#39A78A
6#449C85
7#4F9180
8#5A867A
9#657B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDF | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFB;
--emerald-100: #DCFFF5;
--emerald-200: #BDFEED;
--emerald-300: #8BFEDF;
--emerald-400: #4EFDCF;
--emerald-500: #1CFDC1;
--emerald-600: #02DEA4;
--emerald-700: #02B182;
--emerald-800: #017E5D;
--emerald-900: #01513B;
--emerald-950: #013225;
}