Emerald
#08D9A4
CyanColor Codes
All color formats for development
HEX
#08D9A4RGB
rgb(8, 217, 164)HSL
hsl(165, 93%, 44%)OKLCH
oklch(0.786 0.16 167.2)CMYK
cmyk(96%, 0%, 24%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C394
2#06AD83
3#059873
4#058263
5#046C52
6#035742
7#024131
8#022B21
9#011610
Tints
Lighter variations
1#09F4B9
2#23F7C2
3#3EF8CA
4#5AF9D1
5#75FAD9
6#91FBE0
7#ACFCE8
8#C8FDF0
9#E3FEF7
Tones
Muted variations
1#12CE9F
2#1DC49A
3#27B995
4#32AF90
5#3CA48A
6#469A85
7#519080
8#5B857B
9#667B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFB;
--emerald-100: #DDFEF5;
--emerald-200: #BFFDED;
--emerald-300: #8EFBE0;
--emerald-400: #53F9CF;
--emerald-500: #22F7C2;
--emerald-600: #08D9A4;
--emerald-700: #06AC83;
--emerald-800: #047B5D;
--emerald-900: #034F3C;
--emerald-950: #023125;
}