Cyan
#1DD6FC
CyanColor Codes
All color formats for development
HEX
#1DD6FCRGB
rgb(29, 214, 252)HSL
hsl(190, 97%, 55%)OKLCH
oklch(0.809 0.141 217.3)CMYK
cmyk(88%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04D0F9
2#03B9DD
3#03A2C1
4#038BA6
5#02738A
6#025C6F
7#014553
8#012E37
9#00171C
Tints
Lighter variations
1#34DBFC
2#4ADFFC
3#61E3FD
4#77E7FD
5#8EEBFD
6#A5EFFE
7#BBF3FE
8#D2F7FE
9#E8FBFF
Tones
Muted variations
1#28CFF0
2#33C8E5
3#3EC0DA
4#49B9CF
5#55B1C4
6#60AAB9
7#6BA3AE
8#769BA3
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEA #8BEAFD | BordersInactive statesPlaceholder text |
| 400 | 4FDF #4FDFFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD6 #1DD6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B9 #03B9DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0393 #0393B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0269 #02697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF9FE;
--cyan-200: #BEF3FE;
--cyan-300: #8BEAFD;
--cyan-400: #4FDFFC;
--cyan-500: #1DD6FC;
--cyan-600: #03B9DD;
--cyan-700: #0393B0;
--cyan-800: #02697E;
--cyan-900: #014350;
--cyan-950: #012A32;
}