Cyan
#04DCCA
CyanColor Codes
All color formats for development
HEX
#04DCCARGB
rgb(4, 220, 202)HSL
hsl(175, 96%, 44%)OKLCH
oklch(0.804 0.142 184.4)CMYK
cmyk(98%, 0%, 8%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6B6
2#04B0A2
3#039A8D
4#038479
5#026E65
6#025851
7#01423D
8#012C28
9#001614
Tints
Lighter variations
1#05F8E4
2#1FFAE8
3#3BFBEB
4#57FCEE
5#73FCF1
6#8FFDF4
7#ABFDF6
8#C7FEF9
9#E3FEFC
Tones
Muted variations
1#0FD1C1
2#1AC6B8
3#25BCAF
4#30B1A6
5#3AA69D
6#459B94
7#50918B
8#5B8682
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 #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF3 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBED | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFB;
--cyan-200: #BEFEF8;
--cyan-300: #8CFDF3;
--cyan-400: #50FBED;
--cyan-500: #1EFAE8;
--cyan-600: #04DCCA;
--cyan-700: #04AFA1;
--cyan-800: #037D73;
--cyan-900: #025049;
--cyan-950: #01322E;
}