Cyan
#08C7D9
CyanColor Codes
All color formats for development
HEX
#08C7D9RGB
rgb(8, 199, 217)HSL
hsl(185, 93%, 44%)OKLCH
oklch(0.758 0.129 206.4)CMYK
cmyk(96%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07B3C3
2#069FAD
3#058B98
4#057782
5#04646C
6#035057
7#023C41
8#02282B
9#011416
Tints
Lighter variations
1#09E1F4
2#23E5F7
3#3EE9F8
4#5AECF9
5#75EFFA
6#91F2FB
7#ACF5FC
8#C8F9FD
9#E3FCFE
Tones
Muted variations
1#12BECE
2#1DB6C4
3#27ADB9
4#32A4AF
5#3C9CA4
6#46939A
7#518A90
8#5B8285
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF2 #8EF2FB | BordersInactive statesPlaceholder text |
| 400 | 53EB #53EBF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E5 #22E5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C7 #08C7D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069E #069EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0471 #04717B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFE;
--cyan-200: #BFF8FD;
--cyan-300: #8EF2FB;
--cyan-400: #53EBF9;
--cyan-500: #22E5F7;
--cyan-600: #08C7D9;
--cyan-700: #069EAC;
--cyan-800: #04717B;
--cyan-900: #03484F;
--cyan-950: #022D31;
}