Cyan
#04DCBC
CyanColor Codes
All color formats for development
HEX
#04DCBCRGB
rgb(4, 220, 188)HSL
hsl(171, 96%, 44%)OKLCH
oklch(0.8 0.148 177.1)CMYK
cmyk(98%, 0%, 15%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6A9
2#04B096
3#039A83
4#038471
5#026E5E
6#02584B
7#014238
8#012C26
9#001613
Tints
Lighter variations
1#05F8D3
2#1FFADA
3#3BFBDE
4#57FCE3
5#73FCE8
6#8FFDEC
7#ABFDF1
8#C7FEF6
9#E3FEFA
Tones
Muted variations
1#0FD1B4
2#1AC6AD
3#25BCA5
4#30B19D
5#3AA696
6#459B8E
7#509187
8#5B867F
9#657B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF9;
--cyan-200: #BEFEF4;
--cyan-300: #8CFDEC;
--cyan-400: #50FBE2;
--cyan-500: #1EFAD9;
--cyan-600: #04DCBC;
--cyan-700: #04AF95;
--cyan-800: #037D6B;
--cyan-900: #025044;
--cyan-950: #01322B;
}