Sky Blue
#8BA8FE
BlueColor Codes
All color formats for development
HEX
#8BA8FERGB
rgb(139, 168, 254)HSL
hsl(225, 98%, 77%)OKLCH
oklch(0.745 0.129 269)CMYK
cmyk(45%, 34%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648AFD
2#3D6DFD
3#1650FD
4#023CE9
5#0232C2
6#02289C
7#011E75
8#01144E
9#000A27
Tints
Lighter variations
1#96B0FE
2#A2B9FE
3#AEC2FE
4#B9CBFE
5#C5D3FE
6#D1DCFF
7#DCE5FF
8#E8EEFF
9#F3F6FF
Tones
Muted variations
1#91AAF8
2#96ADF2
3#9CB0ED
4#A2B3E7
5#A8B6E1
6#ADB9DB
7#B3BCD6
8#B9BFD0
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA8 #8BA8FE | BordersInactive statesPlaceholder text |
| 400 | 4E7A #4E7AFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C54 #1C54FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0239 #0239DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 022E #022EB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0121 #01217E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0115 #011551 | Primary textHigh emphasis contentDark headings |
| 950 | 010D #010D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE4FF;
--sky-blue-200: #BDCEFE;
--sky-blue-300: #8BA8FE;
--sky-blue-400: #4E7AFD;
--sky-blue-500: #1C54FD;
--sky-blue-600: #0239DE;
--sky-blue-700: #022EB1;
--sky-blue-800: #01217E;
--sky-blue-900: #011551;
--sky-blue-950: #010D32;
}