Cyan
#04C6DC
CyanColor Codes
All color formats for development
HEX
#04C6DCRGB
rgb(4, 198, 220)HSL
hsl(186, 96%, 44%)OKLCH
oklch(0.757 0.13 208.9)CMYK
cmyk(98%, 10%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04B3C6
2#049FB0
3#038B9A
4#037784
5#02636E
6#024F58
7#013C42
8#01282C
9#001416
Tints
Lighter variations
1#05E0F8
2#1FE4FA
3#3BE8FB
4#57EBFC
5#73EEFC
6#8FF2FD
7#ABF5FD
8#C7F8FE
9#E3FCFE
Tones
Muted variations
1#0FBED1
2#1AB5C6
3#25ADBC
4#30A4B1
5#3A9BA6
6#45939B
7#508A91
8#5B8186
9#65797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF1 #8CF1FD | BordersInactive statesPlaceholder text |
| 400 | 50EA #50EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE4 #1EE4FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C6 #04C6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049E #049EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0371 #03717D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BEF7FE;
--cyan-300: #8CF1FD;
--cyan-400: #50EAFB;
--cyan-500: #1EE4FA;
--cyan-600: #04C6DC;
--cyan-700: #049EAF;
--cyan-800: #03717D;
--cyan-900: #024850;
--cyan-950: #012D32;
}