Sky Blue
#4EC6FD
BlueColor Codes
All color formats for development
HEX
#4EC6FDRGB
rgb(78, 198, 253)HSL
hsl(199, 98%, 65%)OKLCH
oklch(0.782 0.131 231.9)CMYK
cmyk(69%, 22%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DBBFD
2#0DB1FD
3#029EE6
4#0287C5
5#0271A4
6#015A83
7#014462
8#012D42
9#001721
Tints
Lighter variations
1#60CCFD
2#72D1FE
3#83D7FE
4#95DDFE
5#A7E2FE
6#B8E8FE
7#CAEEFE
8#DCF4FF
9#EDF9FF
Tones
Muted variations
1#57C3F4
2#60BFEC
3#69BCE3
4#71B9DA
5#7AB6D1
6#83B3C9
7#8CAFC0
8#94ACB7
9#9DA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FE | BordersInactive statesPlaceholder text |
| 400 | 4EC6 #4EC6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB5 #1CB5FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0299 #0299DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0279 #0279B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0157 #01577E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013751 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF4FF;
--sky-blue-200: #BDEAFE;
--sky-blue-300: #8BD9FE;
--sky-blue-400: #4EC6FD;
--sky-blue-500: #1CB5FD;
--sky-blue-600: #0299DE;
--sky-blue-700: #0279B1;
--sky-blue-800: #01577E;
--sky-blue-900: #013751;
--sky-blue-950: #012332;
}