Cyan
#0CD4B3
CyanColor Codes
All color formats for development
HEX
#0CD4B3RGB
rgb(12, 212, 179)HSL
hsl(170, 89%, 44%)OKLCH
oklch(0.778 0.144 175.9)CMYK
cmyk(94%, 0%, 16%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFA1
2#0AAA8F
3#09947D
4#077F6B
5#066A59
6#055548
7#044036
8#022A24
9#011512
Tints
Lighter variations
1#0EEFCA
2#27F2D1
3#42F4D6
4#5DF6DC
5#78F7E2
6#93F9E8
7#AEFAEE
8#C9FCF3
9#E4FDF9
Tones
Muted variations
1#16CAAC
2#20C0A5
3#2AB69F
4#34AC98
5#3EA291
6#48988B
7#528E84
8#5C847E
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FBF2;
--cyan-300: #90F9E7;
--cyan-400: #56F5DB;
--cyan-500: #26F2D0;
--cyan-600: #0CD4B3;
--cyan-700: #0AA98E;
--cyan-800: #077866;
--cyan-900: #044D41;
--cyan-950: #033029;
}