Cyan
#1CE2FD
CyanColor Codes
All color formats for development
HEX
#1CE2FDRGB
rgb(28, 226, 253)HSL
hsl(187, 98%, 55%)OKLCH
oklch(0.838 0.142 210.3)CMYK
cmyk(89%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03DDFA
2#02C4DE
3#02ACC2
4#0293A7
5#017B8B
6#01626F
7#014A53
8#013138
9#00191C
Tints
Lighter variations
1#33E5FD
2#49E8FD
3#60EBFD
4#77EEFE
5#8DF1FE
6#A4F4FE
7#BBF6FE
8#D2F9FF
9#E8FCFF
Tones
Muted variations
1#27DAF1
2#32D1E6
3#3EC9DB
4#49C0D0
5#54B7C4
6#5FAFB9
7#6BA6AE
8#769DA3
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 | BDF7 #BDF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FE | BordersInactive statesPlaceholder text |
| 400 | 4EE9 #4EE9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE2 #1CE2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C4 #02C4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029C #029CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0170 #01707E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014751 | 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: #BDF7FE;
--cyan-300: #8BF0FE;
--cyan-400: #4EE9FD;
--cyan-500: #1CE2FD;
--cyan-600: #02C4DE;
--cyan-700: #029CB1;
--cyan-800: #01707E;
--cyan-900: #014751;
--cyan-950: #012D32;
}