Sky Blue
#4EE9FD
CyanColor Codes
All color formats for development
HEX
#4EE9FDRGB
rgb(78, 233, 253)HSL
hsl(187, 98%, 65%)OKLCH
oklch(0.862 0.129 207.5)CMYK
cmyk(69%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DE5FD
2#0DE1FD
3#02CBE6
4#02AEC5
5#0291A4
6#017483
7#015762
8#013A42
9#001D21
Tints
Lighter variations
1#60EBFD
2#72EDFE
3#83EFFE
4#95F2FE
5#A7F4FE
6#B8F6FE
7#CAF8FE
8#DCFBFF
9#EDFDFF
Tones
Muted variations
1#57E2F4
2#60DBEC
3#69D5E3
4#71CEDA
5#7AC7D1
6#83C1C9
7#8CBAC0
8#94B3B7
9#9DACAE
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 {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFBFF;
--sky-blue-200: #BDF7FE;
--sky-blue-300: #8BF0FE;
--sky-blue-400: #4EE9FD;
--sky-blue-500: #1CE2FD;
--sky-blue-600: #02C4DE;
--sky-blue-700: #029CB1;
--sky-blue-800: #01707E;
--sky-blue-900: #014751;
--sky-blue-950: #012D32;
}