Sky Blue
#4EC0FD
BlueColor Codes
All color formats for development
HEX
#4EC0FDRGB
rgb(78, 192, 253)HSL
hsl(201, 98%, 65%)OKLCH
oklch(0.768 0.134 235.8)CMYK
cmyk(69%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DB4FD
2#0DA9FD
3#0296E6
4#0281C5
5#026BA4
6#015683
7#014062
8#012B42
9#001521
Tints
Lighter variations
1#60C6FD
2#72CDFE
3#83D3FE
4#95D9FE
5#A7DFFE
6#B8E6FE
7#CAECFE
8#DCF2FF
9#EDF9FF
Tones
Muted variations
1#57BDF4
2#60BBEC
3#69B8E3
4#71B5DA
5#7AB3D1
6#83B0C9
7#8CAEC0
8#94ABB7
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD6 #8BD6FE | BordersInactive statesPlaceholder text |
| 400 | 4EC0 #4EC0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CAE #1CAEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0291 #0291DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0273 #0273B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0152 #01527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013551 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF2FF;
--sky-blue-200: #BDE8FE;
--sky-blue-300: #8BD6FE;
--sky-blue-400: #4EC0FD;
--sky-blue-500: #1CAEFD;
--sky-blue-600: #0291DE;
--sky-blue-700: #0273B1;
--sky-blue-800: #01527E;
--sky-blue-900: #013551;
--sky-blue-950: #012132;
}