Cyan
#04DCC3
CyanColor Codes
All color formats for development
HEX
#04DCC3RGB
rgb(4, 220, 195)HSL
hsl(173, 96%, 44%)OKLCH
oklch(0.802 0.145 180.7)CMYK
cmyk(98%, 0%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6AF
2#04B09C
3#039A88
4#038475
5#026E61
6#02584E
7#01423A
8#012C27
9#001613
Tints
Lighter variations
1#05F8DC
2#1FFAE1
3#3BFBE5
4#57FCE8
5#73FCEC
6#8FFDF0
7#ABFDF4
8#C7FEF7
9#E3FEFB
Tones
Muted variations
1#0FD1BB
2#1AC6B2
3#25BCAA
4#30B1A2
5#3AA699
6#459B91
7#509189
8#5B8681
9#657B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFA;
--cyan-200: #BEFEF6;
--cyan-300: #8CFDF0;
--cyan-400: #50FBE7;
--cyan-500: #1EFAE1;
--cyan-600: #04DCC3;
--cyan-700: #04AF9B;
--cyan-800: #037D6F;
--cyan-900: #025047;
--cyan-950: #01322C;
}