Cyan
#04DCC6
CyanColor Codes
All color formats for development
HEX
#04DCC6RGB
rgb(4, 220, 198)HSL
hsl(174, 96%, 44%)OKLCH
oklch(0.803 0.143 182.3)CMYK
cmyk(98%, 0%, 10%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6B3
2#04B09F
3#039A8B
4#038477
5#026E63
6#02584F
7#01423C
8#012C28
9#001614
Tints
Lighter variations
1#05F8E0
2#1FFAE4
3#3BFBE8
4#57FCEB
5#73FCEE
6#8FFDF2
7#ABFDF5
8#C7FEF8
9#E3FEFC
Tones
Muted variations
1#0FD1BE
2#1AC6B5
3#25BCAD
4#30B1A4
5#3AA69B
6#459B93
7#50918A
8#5B8681
9#657B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFB;
--cyan-200: #BEFEF7;
--cyan-300: #8CFDF1;
--cyan-400: #50FBEA;
--cyan-500: #1EFAE4;
--cyan-600: #04DCC6;
--cyan-700: #04AF9E;
--cyan-800: #037D71;
--cyan-900: #025048;
--cyan-950: #01322D;
}