Cyan
#00CEE0
CyanColor Codes
All color formats for development
HEX
#00CEE0RGB
rgb(0, 206, 224)HSL
hsl(185, 100%, 44%)OKLCH
oklch(0.777 0.133 206)CMYK
cmyk(100%, 8%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00B9CA
2#00A5B4
3#00909D
4#007B87
5#006770
6#00525A
7#003E43
8#00292D
9#001516
Tints
Lighter variations
1#00E8FD
2#1BECFF
3#37EEFF
4#54F1FF
5#70F3FF
6#8DF5FF
7#A9F8FF
8#C6FAFF
9#E2FDFF
Tones
Muted variations
1#0BC4D5
2#16BBCA
3#22B2BF
4#2DA8B4
5#389FA8
6#43969D
7#4F8C92
8#5A8387
9#657A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DBFCFF;
--cyan-200: #BDF9FF;
--cyan-300: #8AF5FF;
--cyan-400: #4DF0FF;
--cyan-500: #1AECFF;
--cyan-600: #00CEE0;
--cyan-700: #00A4B3;
--cyan-800: #007580;
--cyan-900: #004B52;
--cyan-950: #002F33;
}