Cyan
#04DCCE
CyanColor Codes
All color formats for development
HEX
#04DCCERGB
rgb(4, 220, 206)HSL
hsl(176, 96%, 44%)OKLCH
oklch(0.805 0.14 186.7)CMYK
cmyk(98%, 0%, 6%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6B9
2#04B0A4
3#039A90
4#03847B
5#026E67
6#025852
7#01423E
8#012C29
9#001615
Tints
Lighter variations
1#05F8E8
2#1FFAEC
3#3BFBEE
4#57FCF1
5#73FCF3
6#8FFDF5
7#ABFDF8
8#C7FEFA
9#E3FEFD
Tones
Muted variations
1#0FD1C4
2#1AC6BB
3#25BCB2
4#30B1A8
5#3AA69F
6#459B96
7#50918C
8#5B8683
9#657B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFEF9;
--cyan-300: #8CFDF5;
--cyan-400: #50FBF0;
--cyan-500: #1EFAEC;
--cyan-600: #04DCCE;
--cyan-700: #04AFA4;
--cyan-800: #037D75;
--cyan-900: #02504B;
--cyan-950: #01322F;
}