Cyan
#04DCB4
CyanColor Codes
All color formats for development
HEX
#04DCB4RGB
rgb(4, 220, 180)HSL
hsl(169, 96%, 44%)OKLCH
oklch(0.798 0.152 173.2)CMYK
cmyk(98%, 0%, 18%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6A2
2#04B090
3#039A7E
4#03846C
5#026E5A
6#025848
7#014236
8#012C24
9#001612
Tints
Lighter variations
1#05F8CB
2#1FFAD2
3#3BFBD8
4#57FCDD
5#73FCE3
6#8FFDE9
7#ABFDEE
8#C7FEF4
9#E3FEF9
Tones
Muted variations
1#0FD1AE
2#1AC6A7
3#25BCA0
4#30B199
5#3AA692
6#459B8B
7#509185
8#5B867E
9#657B77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE8 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDC | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF8;
--cyan-200: #BEFEF2;
--cyan-300: #8CFDE8;
--cyan-400: #50FBDC;
--cyan-500: #1EFAD2;
--cyan-600: #04DCB4;
--cyan-700: #04AF90;
--cyan-800: #037D67;
--cyan-900: #025042;
--cyan-950: #013229;
}