Emerald
#0CD4A2
CyanColor Codes
All color formats for development
HEX
#0CD4A2RGB
rgb(12, 212, 162)HSL
hsl(165, 89%, 44%)OKLCH
oklch(0.773 0.155 168)CMYK
cmyk(94%, 0%, 24%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBF92
2#0AAA82
3#099471
4#077F61
5#066A51
6#055541
7#044031
8#022A20
9#011510
Tints
Lighter variations
1#0EEFB7
2#27F2C0
3#42F4C8
4#5DF6CF
5#78F7D7
6#93F9DF
7#AEFAE7
8#C9FCEF
9#E4FDF7
Tones
Muted variations
1#16CA9D
2#20C098
3#2AB693
4#34AC8E
5#3EA289
6#489884
7#528E7F
8#5C847A
9#667A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5CD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DDFDF5;
--emerald-200: #C0FBED;
--emerald-300: #90F9DE;
--emerald-400: #56F5CD;
--emerald-500: #26F2BF;
--emerald-600: #0CD4A2;
--emerald-700: #0AA981;
--emerald-800: #07785C;
--emerald-900: #044D3B;
--emerald-950: #033025;
}