Cyan
#1CDFFD
CyanColor Codes
All color formats for development
HEX
#1CDFFDRGB
rgb(28, 223, 253)HSL
hsl(188, 98%, 55%)OKLCH
oklch(0.831 0.142 212.2)CMYK
cmyk(89%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03D9FA
2#02C1DE
3#02A9C2
4#0291A7
5#01798B
6#01606F
7#014853
8#013038
9#00181C
Tints
Lighter variations
1#33E2FD
2#49E5FD
3#60E8FD
4#77ECFE
5#8DEFFE
6#A4F2FE
7#BBF5FE
8#D2F9FF
9#E8FCFF
Tones
Muted variations
1#27D6F1
2#32CEE6
3#3EC6DB
4#49BED0
5#54B5C4
6#5FADB9
7#6BA5AE
8#769DA3
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFE | BordersInactive statesPlaceholder text |
| 400 | 4EE6 #4EE6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CDF #1CDFFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C1 #02C1DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0299 #0299B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 016E #016E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014651 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFAFF;
--cyan-200: #BDF6FE;
--cyan-300: #8BEEFE;
--cyan-400: #4EE6FD;
--cyan-500: #1CDFFD;
--cyan-600: #02C1DE;
--cyan-700: #0299B1;
--cyan-800: #016E7E;
--cyan-900: #014651;
--cyan-950: #012C32;
}