Cyan
#1DFCE9
CyanColor Codes
All color formats for development
HEX
#1DFCE9RGB
rgb(29, 252, 233)HSL
hsl(175, 97%, 55%)OKLCH
oklch(0.893 0.154 185.1)CMYK
cmyk(88%, 0%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9E4
2#03DDCB
3#03C1B2
4#03A698
5#028A7F
6#026F65
7#01534C
8#013733
9#001C19
Tints
Lighter variations
1#34FCEB
2#4AFCED
3#61FDF0
4#77FDF2
5#8EFDF4
6#A5FEF6
7#BBFEF8
8#D2FEFB
9#E8FFFD
Tones
Muted variations
1#28F0E0
2#33E5D6
3#3EDACD
4#49CFC4
5#55C4BB
6#60B9B1
7#6BAEA8
8#76A39F
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 #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFEF9;
--cyan-300: #8BFDF4;
--cyan-400: #4FFCEE;
--cyan-500: #1DFCE9;
--cyan-600: #03DDCB;
--cyan-700: #03B0A1;
--cyan-800: #027E73;
--cyan-900: #01504A;
--cyan-950: #01322E;
}