Emerald
#08D99A
GreenColor Codes
All color formats for development
HEX
#08D99ARGB
rgb(8, 217, 154)HSL
hsl(162, 93%, 44%)OKLCH
oklch(0.784 0.168 163.4)CMYK
cmyk(96%, 0%, 29%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C38B
2#06AD7B
3#05986C
4#05825C
5#046C4D
6#03573E
7#02412E
8#022B1F
9#01160F
Tints
Lighter variations
1#09F4AE
2#23F7B7
3#3EF8C0
4#5AF9C9
5#75FAD2
6#91FBDB
7#ACFCE4
8#C8FDED
9#E3FEF6
Tones
Muted variations
1#12CE96
2#1DC492
3#27B98D
4#32AF89
5#3CA485
6#469A81
7#51907D
8#5B8579
9#667B74
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 #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFA;
--emerald-100: #DDFEF4;
--emerald-200: #BFFDEA;
--emerald-300: #8EFBDA;
--emerald-400: #53F9C7;
--emerald-500: #22F7B7;
--emerald-600: #08D99A;
--emerald-700: #06AC7A;
--emerald-800: #047B57;
--emerald-900: #034F38;
--emerald-950: #023123;
}