Cyan
#04DCDC
CyanColor Codes
All color formats for development
HEX
#04DCDCRGB
rgb(4, 220, 220)HSL
hsl(180, 96%, 44%)OKLCH
oklch(0.81 0.138 194.8)CMYK
cmyk(98%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C6C6
2#04B0B0
3#039A9A
4#038484
5#026E6E
6#025858
7#014242
8#012C2C
9#001616
Tints
Lighter variations
1#05F8F8
2#1FFAFA
3#3BFBFB
4#57FCFC
5#73FCFC
6#8FFDFD
7#ABFDFD
8#C7FEFE
9#E3FEFE
Tones
Muted variations
1#0FD1D1
2#1AC6C6
3#25BCBC
4#30B1B1
5#3AA6A6
6#459B9B
7#509191
8#5B8686
9#657B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDFD | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFEFE;
--cyan-200: #BEFEFE;
--cyan-300: #8CFDFD;
--cyan-400: #50FBFB;
--cyan-500: #1EFAFA;
--cyan-600: #04DCDC;
--cyan-700: #04AFAF;
--cyan-800: #037D7D;
--cyan-900: #025050;
--cyan-950: #013232;
}