Emerald
#0CD4A9
CyanColor Codes
All color formats for development
HEX
#0CD4A9RGB
rgb(12, 212, 169)HSL
hsl(167, 89%, 44%)OKLCH
oklch(0.775 0.15 171.1)CMYK
cmyk(94%, 0%, 20%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF98
2#0AAA87
3#099476
4#077F65
5#066A54
6#055544
7#044033
8#022A22
9#011511
Tints
Lighter variations
1#0EEFBE
2#27F2C6
3#42F4CD
4#5DF6D5
5#78F7DC
6#93F9E3
7#AEFAEA
8#C9FCF1
9#E4FDF8
Tones
Muted variations
1#16CAA3
2#20C09D
3#2AB698
4#34AC92
5#3EA28C
6#489887
7#528E81
8#5C847C
9#667A76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DDFDF6;
--emerald-200: #C0FBEF;
--emerald-300: #90F9E2;
--emerald-400: #56F5D3;
--emerald-500: #26F2C6;
--emerald-600: #0CD4A9;
--emerald-700: #0AA986;
--emerald-800: #077860;
--emerald-900: #044D3D;
--emerald-950: #033026;
}