Cyan
#1CE6FD
CyanColor Codes
All color formats for development
HEX
#1CE6FDRGB
rgb(28, 230, 253)HSL
hsl(186, 98%, 55%)OKLCH
oklch(0.847 0.143 207.9)CMYK
cmyk(89%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03E1FA
2#02C8DE
3#02AFC2
4#0296A7
5#017D8B
6#01646F
7#014B53
8#013238
9#00191C
Tints
Lighter variations
1#33E9FD
2#49EBFD
3#60EEFD
4#77F0FE
5#8DF3FE
6#A4F5FE
7#BBF8FE
8#D2FAFF
9#E8FDFF
Tones
Muted variations
1#27DDF1
2#32D4E6
3#3ECBDB
4#49C2D0
5#54B9C4
6#5FB0B9
7#6BA7AE
8#769EA3
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF8 #BDF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FE | BordersInactive statesPlaceholder text |
| 400 | 4EEC #4EECFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE6 #1CE6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C8 #02C8DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029F #029FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0172 #01727E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0149 #014951 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFF;
--cyan-200: #BDF8FE;
--cyan-300: #8BF2FE;
--cyan-400: #4EECFD;
--cyan-500: #1CE6FD;
--cyan-600: #02C8DE;
--cyan-700: #029FB1;
--cyan-800: #01727E;
--cyan-900: #014951;
--cyan-950: #012D32;
}