Cyan
#1CCCFD
CyanColor Codes
All color formats for development
HEX
#1CCCFDRGB
rgb(28, 204, 253)HSL
hsl(193, 98%, 55%)OKLCH
oklch(0.786 0.144 223.9)CMYK
cmyk(89%, 19%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C4FA
2#02AFDE
3#0299C2
4#0283A7
5#016D8B
6#01576F
7#014153
8#012C38
9#00161C
Tints
Lighter variations
1#33D1FD
2#49D6FD
3#60DBFD
4#77E0FE
5#8DE5FE
6#A4EBFE
7#BBF0FE
8#D2F5FF
9#E8FAFF
Tones
Muted variations
1#27C6F1
2#32BFE6
3#3EB9DB
4#49B2D0
5#54ACC4
6#5FA6B9
7#6B9FAE
8#7699A3
9#819397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF7FF;
--cyan-200: #BDF0FE;
--cyan-300: #8BE5FE;
--cyan-400: #4ED7FD;
--cyan-500: #1CCCFD;
--cyan-600: #02AFDE;
--cyan-700: #028BB1;
--cyan-800: #01637E;
--cyan-900: #013F51;
--cyan-950: #012832;
}