Sky Blue
#4EC3FD
BlueColor Codes
All color formats for development
HEX
#4EC3FDRGB
rgb(78, 195, 253)HSL
hsl(200, 98%, 65%)OKLCH
oklch(0.775 0.133 233.9)CMYK
cmyk(69%, 23%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DB8FD
2#0DADFD
3#029AE6
4#0284C5
5#026EA4
6#015883
7#014262
8#012C42
9#001621
Tints
Lighter variations
1#60C9FD
2#72CFFE
3#83D5FE
4#95DBFE
5#A7E1FE
6#B8E7FE
7#CAEDFE
8#DCF3FF
9#EDF9FF
Tones
Muted variations
1#57C0F4
2#60BDEC
3#69BAE3
4#71B7DA
5#7AB4D1
6#83B1C9
7#8CAEC0
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 | DCF3 #DCF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD8 #8BD8FE | BordersInactive statesPlaceholder text |
| 400 | 4EC3 #4EC3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB2 #1CB2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0295 #0295DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0276 #0276B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0155 #01557E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013651 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF3FF;
--sky-blue-200: #BDE9FE;
--sky-blue-300: #8BD8FE;
--sky-blue-400: #4EC3FD;
--sky-blue-500: #1CB2FD;
--sky-blue-600: #0295DE;
--sky-blue-700: #0276B1;
--sky-blue-800: #01557E;
--sky-blue-900: #013651;
--sky-blue-950: #012232;
}