Emerald
#08D99D
GreenColor Codes
All color formats for development
HEX
#08D99DRGB
rgb(8, 217, 157)HSL
hsl(163, 93%, 44%)OKLCH
oklch(0.784 0.165 164.5)CMYK
cmyk(96%, 0%, 28%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C38E
2#06AD7E
3#05986E
4#05825E
5#046C4F
6#03573F
7#02412F
8#022B1F
9#011610
Tints
Lighter variations
1#09F4B1
2#23F7BB
3#3EF8C3
4#5AF9CC
5#75FAD4
6#91FBDD
7#ACFCE5
8#C8FDEE
9#E3FEF6
Tones
Muted variations
1#12CE99
2#1DC494
3#27B990
4#32AF8B
5#3CA487
6#469A82
7#51907E
8#5B8579
9#667B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFA;
--emerald-100: #DDFEF4;
--emerald-200: #BFFDEB;
--emerald-300: #8EFBDC;
--emerald-400: #53F9CA;
--emerald-500: #22F7BA;
--emerald-600: #08D99D;
--emerald-700: #06AC7D;
--emerald-800: #047B59;
--emerald-900: #034F39;
--emerald-950: #023124;
}