Cyan
#04DCB8
CyanColor Codes
All color formats for development
HEX
#04DCB8RGB
rgb(4, 220, 184)HSL
hsl(170, 96%, 44%)OKLCH
oklch(0.799 0.15 175.1)CMYK
cmyk(98%, 0%, 16%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6A6
2#04B093
3#039A81
4#03846E
5#026E5C
6#02584A
7#014237
8#012C25
9#001612
Tints
Lighter variations
1#05F8CF
2#1FFAD6
3#3BFBDB
4#57FCE0
5#73FCE5
6#8FFDEA
7#ABFDF0
8#C7FEF5
9#E3FEFA
Tones
Muted variations
1#0FD1B1
2#1AC6AA
3#25BCA2
4#30B19B
5#3AA694
6#459B8D
7#509186
8#5B867F
9#657B77
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 #BEFEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEA | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDF | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF9;
--cyan-200: #BEFEF3;
--cyan-300: #8CFDEA;
--cyan-400: #50FBDF;
--cyan-500: #1EFAD6;
--cyan-600: #04DCB8;
--cyan-700: #04AF92;
--cyan-800: #037D69;
--cyan-900: #025043;
--cyan-950: #01322A;
}