Cyan
#04DCAD
CyanColor Codes
All color formats for development
HEX
#04DCADRGB
rgb(4, 220, 173)HSL
hsl(167, 96%, 44%)OKLCH
oklch(0.796 0.157 170.1)CMYK
cmyk(98%, 0%, 21%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C69C
2#04B08B
3#039A79
4#038468
5#026E57
6#025845
7#014234
8#012C23
9#001611
Tints
Lighter variations
1#05F8C3
2#1FFACB
3#3BFBD1
4#57FCD8
5#73FCDE
6#8FFDE5
7#ABFDEB
8#C7FEF2
9#E3FEF8
Tones
Muted variations
1#0FD1A7
2#1AC6A1
3#25BC9B
4#30B195
5#3AA68F
6#459B89
7#509183
8#5B867C
9#657B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE4 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFEF0;
--cyan-300: #8CFDE4;
--cyan-400: #50FBD6;
--cyan-500: #1EFACB;
--cyan-600: #04DCAD;
--cyan-700: #04AF8A;
--cyan-800: #037D62;
--cyan-900: #02503F;
--cyan-950: #013227;
}