Cyan
#04CADC
CyanColor Codes
All color formats for development
HEX
#04CADCRGB
rgb(4, 202, 220)HSL
hsl(185, 96%, 44%)OKLCH
oklch(0.766 0.131 206.2)CMYK
cmyk(98%, 8%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04B6C6
2#04A2B0
3#038D9A
4#037984
5#02656E
6#025158
7#013D42
8#01282C
9#001416
Tints
Lighter variations
1#05E4F8
2#1FE8FA
3#3BEBFB
4#57EEFC
5#73F1FC
6#8FF4FD
7#ABF6FD
8#C7F9FE
9#E3FCFE
Tones
Muted variations
1#0FC1D1
2#1AB8C6
3#25AFBC
4#30A6B1
5#3A9DA6
6#45949B
7#508B91
8#5B8286
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 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF3 #8CF3FD | BordersInactive statesPlaceholder text |
| 400 | 50ED #50EDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE8 #1EE8FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CA #04CADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A1 #04A1AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0373 #03737D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BEF8FE;
--cyan-300: #8CF3FD;
--cyan-400: #50EDFB;
--cyan-500: #1EE8FA;
--cyan-600: #04CADC;
--cyan-700: #04A1AF;
--cyan-800: #03737D;
--cyan-900: #024950;
--cyan-950: #012E32;
}