Emerald
#08D9A8
CyanColor Codes
All color formats for development
HEX
#08D9A8RGB
rgb(8, 217, 168)HSL
hsl(166, 93%, 44%)OKLCH
oklch(0.787 0.157 168.9)CMYK
cmyk(96%, 0%, 23%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C397
2#06AD86
3#059875
4#058265
5#046C54
6#035743
7#024132
8#022B22
9#011611
Tints
Lighter variations
1#09F4BD
2#23F7C5
3#3EF8CD
4#5AF9D4
5#75FADB
6#91FBE2
7#ACFCE9
8#C8FDF1
9#E3FEF8
Tones
Muted variations
1#12CEA2
2#1DC49D
3#27B997
4#32AF92
5#3CA48C
6#469A86
7#519081
8#5B857B
9#667B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFB;
--emerald-100: #DDFEF6;
--emerald-200: #BFFDEE;
--emerald-300: #8EFBE1;
--emerald-400: #53F9D2;
--emerald-500: #22F7C5;
--emerald-600: #08D9A8;
--emerald-700: #06AC86;
--emerald-800: #047B5F;
--emerald-900: #034F3D;
--emerald-950: #023126;
}