Cyan
#0CC7D4
CyanColor Codes
All color formats for development
HEX
#0CC7D4RGB
rgb(12, 199, 212)HSL
hsl(184, 89%, 44%)OKLCH
oklch(0.756 0.128 203.2)CMYK
cmyk(94%, 6%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BB3BF
2#0A9FAA
3#098B94
4#07777F
5#06636A
6#054F55
7#043C40
8#02282A
9#011415
Tints
Lighter variations
1#0EE0EF
2#27E5F2
3#42E8F4
4#5DEBF6
5#78EFF7
6#93F2F9
7#AEF5FA
8#C9F8FC
9#E4FCFD
Tones
Muted variations
1#16BECA
2#20B5C0
3#2AADB6
4#34A4AC
5#3E9BA2
6#489398
7#528A8E
8#5C8284
9#66797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 56EB #56EBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26E5 #26E5F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC7 #0CC7D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A9E #0A9EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0771 #077178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F7FB;
--cyan-300: #90F2F9;
--cyan-400: #56EBF5;
--cyan-500: #26E5F2;
--cyan-600: #0CC7D4;
--cyan-700: #0A9EA9;
--cyan-800: #077178;
--cyan-900: #04484D;
--cyan-950: #032D30;
}