Cyan
#1DFCED
CyanColor Codes
All color formats for development
HEX
#1DFCEDRGB
rgb(29, 252, 237)HSL
hsl(176, 97%, 55%)OKLCH
oklch(0.894 0.153 187.1)CMYK
cmyk(88%, 0%, 6%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9E8
2#03DDCF
3#03C1B5
4#03A69B
5#028A81
6#026F67
7#01534D
8#013734
9#001C1A
Tints
Lighter variations
1#34FCEF
2#4AFCF0
3#61FDF2
4#77FDF4
5#8EFDF6
6#A5FEF8
7#BBFEFA
8#D2FEFB
9#E8FFFD
Tones
Muted variations
1#28F0E3
2#33E5D9
3#3EDAD0
4#49CFC6
5#55C4BC
6#60B9B3
7#6BAEA9
8#76A3A0
9#819796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFEFA;
--cyan-300: #8BFDF6;
--cyan-400: #4FFCF1;
--cyan-500: #1DFCED;
--cyan-600: #03DDCF;
--cyan-700: #03B0A4;
--cyan-800: #027E75;
--cyan-900: #01504B;
--cyan-950: #01322F;
}