Sky Blue
#8BBFFE
BlueColor Codes
All color formats for development
HEX
#8BBFFERGB
rgb(139, 191, 254)HSL
hsl(213, 98%, 77%)OKLCH
oklch(0.792 0.106 253.7)CMYK
cmyk(45%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A9FD
2#3D93FD
3#167EFD
4#026AE9
5#0259C2
6#02479C
7#013575
8#01234E
9#001227
Tints
Lighter variations
1#96C5FE
2#A2CBFE
3#AED2FE
4#B9D8FE
5#C5DFFE
6#D1E5FF
7#DCECFF
8#E8F2FF
9#F3F9FF
Tones
Muted variations
1#91BFF8
2#96C0F2
3#9CC0ED
4#A2C1E7
5#A8C1E1
6#ADC2DB
7#B3C3D6
8#B9C3D0
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFE | BordersInactive statesPlaceholder text |
| 400 | 4E9D #4E9DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C81 #1C81FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0265 #0265DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0251 #0251B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013A #013A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012551 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCEBFF;
--sky-blue-200: #BDDBFE;
--sky-blue-300: #8BBFFE;
--sky-blue-400: #4E9DFD;
--sky-blue-500: #1C81FD;
--sky-blue-600: #0265DE;
--sky-blue-700: #0251B1;
--sky-blue-800: #013A7E;
--sky-blue-900: #012551;
--sky-blue-950: #011732;
}