Cyan
#00C6E0
CyanColor Codes
All color formats for development
HEX
#00C6E0RGB
rgb(0, 198, 224)HSL
hsl(187, 100%, 44%)OKLCH
oklch(0.758 0.132 211.3)CMYK
cmyk(100%, 12%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00B2CA
2#009FB4
3#008B9D
4#007787
5#006370
6#004F5A
7#003B43
8#00282D
9#001416
Tints
Lighter variations
1#00DFFD
2#1BE4FF
3#37E8FF
4#54EBFF
5#70EEFF
6#8DF2FF
7#A9F5FF
8#C6F8FF
9#E2FCFF
Tones
Muted variations
1#0BBED5
2#16B5CA
3#22ACBF
4#2DA4B4
5#389BA8
6#43939D
7#4F8A92
8#5A8187
9#65797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFB #DBFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF7 #BDF7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF1 #8AF1FF | BordersInactive statesPlaceholder text |
| 400 | 4DEA #4DEAFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AE4 #1AE4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00C6 #00C6E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 009E #009EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0071 #007180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0048 #004852 | Primary textHigh emphasis contentDark headings |
| 950 | 002D #002D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DBFBFF;
--cyan-200: #BDF7FF;
--cyan-300: #8AF1FF;
--cyan-400: #4DEAFF;
--cyan-500: #1AE4FF;
--cyan-600: #00C6E0;
--cyan-700: #009EB3;
--cyan-800: #007180;
--cyan-900: #004852;
--cyan-950: #002D33;
}