Cyan
#04DCB1
CyanColor Codes
All color formats for development
HEX
#04DCB1RGB
rgb(4, 220, 177)HSL
hsl(168, 96%, 44%)OKLCH
oklch(0.797 0.154 171.8)CMYK
cmyk(98%, 0%, 20%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C69F
2#04B08D
3#039A7C
4#03846A
5#026E58
6#025847
7#014235
8#012C23
9#001612
Tints
Lighter variations
1#05F8C7
2#1FFACF
3#3BFBD5
4#57FCDB
5#73FCE1
6#8FFDE7
7#ABFDED
8#C7FEF3
9#E3FEF9
Tones
Muted variations
1#0FD1AA
2#1AC6A4
3#25BC9D
4#30B197
5#3AA691
6#459B8A
7#509184
8#5B867D
9#657B77
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 #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE6 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFEF1;
--cyan-300: #8CFDE6;
--cyan-400: #50FBD9;
--cyan-500: #1EFACE;
--cyan-600: #04DCB1;
--cyan-700: #04AF8D;
--cyan-800: #037D64;
--cyan-900: #025040;
--cyan-950: #013228;
}