Cyan
#08CBD9
CyanColor Codes
All color formats for development
HEX
#08CBD9RGB
rgb(8, 203, 217)HSL
hsl(184, 93%, 44%)OKLCH
oklch(0.768 0.13 203.7)CMYK
cmyk(96%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07B6C3
2#06A2AD
3#058E98
4#057A82
5#04656C
6#035157
7#023D41
8#02292B
9#011416
Tints
Lighter variations
1#09E4F4
2#23E9F7
3#3EECF8
4#5AEEF9
5#75F1FA
6#91F4FB
7#ACF7FC
8#C8F9FD
9#E3FCFE
Tones
Muted variations
1#12C2CE
2#1DB9C4
3#27B0B9
4#32A6AF
5#3C9DA4
6#46949A
7#518B90
8#5B8285
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFC #DDFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF4 #8EF4FB | BordersInactive statesPlaceholder text |
| 400 | 53EE #53EEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E9 #22E9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08CB #08CBD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06A1 #06A1AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0473 #04737B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034A #034A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFCFE;
--cyan-200: #BFF9FD;
--cyan-300: #8EF4FB;
--cyan-400: #53EEF9;
--cyan-500: #22E9F7;
--cyan-600: #08CBD9;
--cyan-700: #06A1AC;
--cyan-800: #04737B;
--cyan-900: #034A4F;
--cyan-950: #022E31;
}