Emerald
#08D97E
GreenColor Codes
All color formats for development
HEX
#08D97ERGB
rgb(8, 217, 126)HSL
hsl(154, 93%, 44%)OKLCH
oklch(0.778 0.191 155)CMYK
cmyk(96%, 0%, 42%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C372
2#06AD65
3#059858
4#05824C
5#046C3F
6#035732
7#024126
8#022B19
9#01160D
Tints
Lighter variations
1#09F48E
2#23F79B
3#3EF8A7
4#5AF9B4
5#75FAC0
6#91FBCD
7#ACFCD9
8#C8FDE6
9#E3FEF2
Tones
Muted variations
1#12CE7D
2#1DC47B
3#27B97A
4#32AF79
5#3CA477
6#469A76
7#519074
8#5B8573
9#667B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79A | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFEEF;
--emerald-200: #BFFDE2;
--emerald-300: #8EFBCC;
--emerald-400: #53F9B1;
--emerald-500: #22F79A;
--emerald-600: #08D97E;
--emerald-700: #06AC64;
--emerald-800: #047B48;
--emerald-900: #034F2E;
--emerald-950: #02311D;
}