Sky Blue
#8BB5FE
BlueColor Codes
All color formats for development
HEX
#8BB5FERGB
rgb(139, 181, 254)HSL
hsl(218, 98%, 77%)OKLCH
oklch(0.772 0.115 261.1)CMYK
cmyk(45%, 29%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649CFD
2#3D83FD
3#166BFD
4#0257E9
5#0249C2
6#023A9C
7#012C75
8#011D4E
9#000F27
Tints
Lighter variations
1#96BCFE
2#A2C4FE
3#AECBFE
4#B9D3FE
5#C5DAFE
6#D1E1FF
7#DCE9FF
8#E8F0FF
9#F3F8FF
Tones
Muted variations
1#91B7F8
2#96B8F2
3#9CBAED
4#A2BBE7
5#A8BDE1
6#ADBEDB
7#B3C0D6
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 | DCE8 #DCE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB5 #8BB5FE | BordersInactive statesPlaceholder text |
| 400 | 4E8E #4E8EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C6E #1C6EFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0253 #0253DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0242 #0242B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 012F #012F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011E #011E51 | 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: #DCE8FF;
--sky-blue-200: #BDD5FE;
--sky-blue-300: #8BB5FE;
--sky-blue-400: #4E8EFD;
--sky-blue-500: #1C6EFD;
--sky-blue-600: #0253DE;
--sky-blue-700: #0242B1;
--sky-blue-800: #012F7E;
--sky-blue-900: #011E51;
--sky-blue-950: #011332;
}