Emerald
#08D9AB
CyanColor Codes
All color formats for development
HEX
#08D9ABRGB
rgb(8, 217, 171)HSL
hsl(167, 93%, 44%)OKLCH
oklch(0.788 0.155 170.2)CMYK
cmyk(96%, 0%, 21%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C39A
2#06AD89
3#059878
4#058267
5#046C56
6#035745
7#024133
8#022B22
9#011611
Tints
Lighter variations
1#09F4C1
2#23F7C9
3#3EF8D0
4#5AF9D6
5#75FADD
6#91FBE4
7#ACFCEB
8#C8FDF1
9#E3FEF8
Tones
Muted variations
1#12CEA5
2#1DC4A0
3#27B99A
4#32AF94
5#3CA48E
6#469A88
7#519082
8#5B857C
9#667B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFB;
--emerald-100: #DDFEF7;
--emerald-200: #BFFDEF;
--emerald-300: #8EFBE3;
--emerald-400: #53F9D5;
--emerald-500: #22F7C9;
--emerald-600: #08D9AB;
--emerald-700: #06AC88;
--emerald-800: #047B61;
--emerald-900: #034F3E;
--emerald-950: #023127;
}