Cyan
#04CEDC
CyanColor Codes
All color formats for development
HEX
#04CEDCRGB
rgb(4, 206, 220)HSL
hsl(184, 96%, 44%)OKLCH
oklch(0.776 0.132 203.5)CMYK
cmyk(98%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04B9C6
2#04A4B0
3#03909A
4#037B84
5#02676E
6#025258
7#013E42
8#01292C
9#001516
Tints
Lighter variations
1#05E8F8
2#1FECFA
3#3BEEFB
4#57F1FC
5#73F3FC
6#8FF5FD
7#ABF8FD
8#C7FAFE
9#E3FDFE
Tones
Muted variations
1#0FC4D1
2#1ABBC6
3#25B2BC
4#30A8B1
5#3A9FA6
6#45969B
7#508C91
8#5B8386
9#657A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF5 #8CF5FD | BordersInactive statesPlaceholder text |
| 400 | 50F0 #50F0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EEC #1EECFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CE #04CEDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A4 #04A4AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0375 #03757D | Text on light backgroundsHeadingsStrong borders |
| 900 | 024B #024B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BEF9FE;
--cyan-300: #8CF5FD;
--cyan-400: #50F0FB;
--cyan-500: #1EECFA;
--cyan-600: #04CEDC;
--cyan-700: #04A4AF;
--cyan-800: #03757D;
--cyan-900: #024B50;
--cyan-950: #012F32;
}