Cyan
#1DD3FC
CyanColor Codes
All color formats for development
HEX
#1DD3FCRGB
rgb(29, 211, 252)HSL
hsl(191, 97%, 55%)OKLCH
oklch(0.802 0.141 219.2)CMYK
cmyk(88%, 16%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04CCF9
2#03B5DD
3#039EC1
4#0388A6
5#02718A
6#025B6F
7#014453
8#012D37
9#00171C
Tints
Lighter variations
1#34D7FC
2#4ADCFC
3#61E0FD
4#77E4FD
5#8EE9FD
6#A5EDFE
7#BBF2FE
8#D2F6FE
9#E8FBFF
Tones
Muted variations
1#28CCF0
2#33C5E5
3#3EBEDA
4#49B7CF
5#55AFC4
6#60A8B9
7#6BA1AE
8#769AA3
9#819397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE8 #8BE8FD | BordersInactive statesPlaceholder text |
| 400 | 4FDD #4FDDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD3 #1DD3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B5 #03B5DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0390 #0390B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0267 #02677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF8FE;
--cyan-200: #BEF2FE;
--cyan-300: #8BE8FD;
--cyan-400: #4FDDFC;
--cyan-500: #1DD3FC;
--cyan-600: #03B5DD;
--cyan-700: #0390B0;
--cyan-800: #02677E;
--cyan-900: #014250;
--cyan-950: #012932;
}