Sky Blue
#8BC4FE
BlueColor Codes
All color formats for development
HEX
#8BC4FERGB
rgb(139, 196, 254)HSL
hsl(210, 98%, 77%)OKLCH
oklch(0.803 0.102 249.6)CMYK
cmyk(45%, 23%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B1FD
2#3D9DFD
3#1689FD
4#0276E9
5#0262C2
6#024F9C
7#013B75
8#01274E
9#001427
Tints
Lighter variations
1#96CAFE
2#A2D0FE
3#AED6FE
4#B9DCFE
5#C5E2FE
6#D1E8FF
7#DCEDFF
8#E8F3FF
9#F3F9FF
Tones
Muted variations
1#91C4F8
2#96C4F2
3#9CC4ED
4#A2C4E7
5#A8C4E1
6#ADC4DB
7#B3C4D6
8#B9C4D0
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDE #BDDEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC4 #8BC4FE | BordersInactive statesPlaceholder text |
| 400 | 4EA6 #4EA6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C8C #1C8CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0270 #0270DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0259 #0259B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0140 #01407E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0129 #012951 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCEDFF;
--sky-blue-200: #BDDEFE;
--sky-blue-300: #8BC4FE;
--sky-blue-400: #4EA6FD;
--sky-blue-500: #1C8CFD;
--sky-blue-600: #0270DE;
--sky-blue-700: #0259B1;
--sky-blue-800: #01407E;
--sky-blue-900: #012951;
--sky-blue-950: #011A32;
}