Emerald
#02DEA0
GreenColor Codes
All color formats for development
HEX
#02DEA0RGB
rgb(2, 222, 160)HSL
hsl(163, 98%, 44%)OKLCH
oklch(0.798 0.169 164.3)CMYK
cmyk(99%, 0%, 28%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C890
2#02B280
3#029C70
4#018560
5#016F50
6#015940
7#014330
8#002C20
9#001610
Tints
Lighter variations
1#03FAB4
2#1DFDBD
3#39FDC5
4#55FDCE
5#72FED6
6#8EFEDE
7#AAFEE6
8#C6FEEF
9#E3FFF7
Tones
Muted variations
1#0DD39B
2#18C896
3#23BD92
4#2EB28D
5#39A788
6#449C83
7#4F917E
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 #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFB;
--emerald-100: #DCFFF5;
--emerald-200: #BDFEEC;
--emerald-300: #8BFEDD;
--emerald-400: #4EFDCC;
--emerald-500: #1CFDBD;
--emerald-600: #02DEA0;
--emerald-700: #02B17F;
--emerald-800: #017E5B;
--emerald-900: #01513A;
--emerald-950: #013224;
}