Emerald
#0CD4AF
CyanColor Codes
All color formats for development
HEX
#0CD4AFRGB
rgb(12, 212, 175)HSL
hsl(169, 89%, 44%)OKLCH
oklch(0.777 0.147 173.9)CMYK
cmyk(94%, 0%, 17%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF9E
2#0AAA8C
3#09947B
4#077F69
5#066A58
6#055546
7#044035
8#022A23
9#011512
Tints
Lighter variations
1#0EEFC6
2#27F2CD
3#42F4D3
4#5DF6DA
5#78F7E0
6#93F9E6
7#AEFAEC
8#C9FCF3
9#E4FDF9
Tones
Muted variations
1#16CAA9
2#20C0A3
3#2AB69C
4#34AC96
5#3EA290
6#489889
7#528E83
8#5C847D
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E5 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFC;
--emerald-100: #DDFDF7;
--emerald-200: #C0FBF1;
--emerald-300: #90F9E5;
--emerald-400: #56F5D8;
--emerald-500: #26F2CD;
--emerald-600: #0CD4AF;
--emerald-700: #0AA98C;
--emerald-800: #077864;
--emerald-900: #044D40;
--emerald-950: #033028;
}