Sky Blue
#8BB5FD
BlueColor Codes
All color formats for development
HEX
#8BB5FDRGB
rgb(139, 181, 253)HSL
hsl(218, 97%, 77%)OKLCH
oklch(0.771 0.113 260.8)CMYK
cmyk(45%, 28%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#659CFD
2#3E84FC
3#176BFB
4#0457E8
5#0349C1
6#023A9B
7#022C74
8#011D4D
9#010F27
Tints
Lighter variations
1#97BDFD
2#A3C4FE
3#AECBFE
4#BAD3FE
5#C5DAFE
6#D1E1FE
7#DCE9FE
8#E8F0FF
9#F3F8FF
Tones
Muted variations
1#91B7F8
2#97B8F2
3#9DBAEC
4#A2BBE6
5#A8BDE1
6#AEBEDB
7#B3C0D5
8#B9C1D0
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED5 #BED5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB5 #8BB5FD | BordersInactive statesPlaceholder text |
| 400 | 4F8F #4F8FFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D6F #1D6FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0353 #0353DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0342 #0342B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022F #022F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011E #011E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0113 #011332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DCE9FE;
--sky-blue-200: #BED5FE;
--sky-blue-300: #8BB5FD;
--sky-blue-400: #4F8FFC;
--sky-blue-500: #1D6FFC;
--sky-blue-600: #0353DD;
--sky-blue-700: #0342B0;
--sky-blue-800: #022F7E;
--sky-blue-900: #011E50;
--sky-blue-950: #011332;
}