Sky Blue
#8BC6FE
BlueColor Codes
All color formats for development
HEX
#8BC6FERGB
rgb(139, 198, 254)HSL
hsl(209, 98%, 77%)OKLCH
oklch(0.807 0.1 247.9)CMYK
cmyk(45%, 22%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B3FD
2#3DA0FD
3#168DFD
4#027AE9
5#0265C2
6#02519C
7#013D75
8#01294E
9#001427
Tints
Lighter variations
1#96CCFE
2#A2D2FE
3#AED7FE
4#B9DDFE
5#C5E3FE
6#D1E8FF
7#DCEEFF
8#E8F4FF
9#F3F9FF
Tones
Muted variations
1#91C6F8
2#96C6F2
3#9CC6ED
4#A2C5E7
5#A8C5E1
6#ADC5DB
7#B3C5D6
8#B9C5D0
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDF #BDDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FE | BordersInactive statesPlaceholder text |
| 400 | 4EA9 #4EA9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C90 #1C90FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0274 #0274DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 025C #025CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0142 #01427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A51 | 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: #F0F8FF;
--sky-blue-100: #DCEEFF;
--sky-blue-200: #BDDFFE;
--sky-blue-300: #8BC6FE;
--sky-blue-400: #4EA9FD;
--sky-blue-500: #1C90FD;
--sky-blue-600: #0274DE;
--sky-blue-700: #025CB1;
--sky-blue-800: #01427E;
--sky-blue-900: #012A51;
--sky-blue-950: #011A32;
}