Sky Blue
#8BB3FE
BlueColor Codes
All color formats for development
HEX
#8BB3FERGB
rgb(139, 179, 254)HSL
hsl(219, 98%, 77%)OKLCH
oklch(0.767 0.117 262.4)CMYK
cmyk(45%, 30%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649AFD
2#3D80FD
3#1667FD
4#0253E9
5#0245C2
6#02379C
7#012A75
8#011C4E
9#000E27
Tints
Lighter variations
1#96BBFE
2#A2C2FE
3#AECAFE
4#B9D1FE
5#C5D9FE
6#D1E1FF
7#DCE8FF
8#E8F0FF
9#F3F7FF
Tones
Muted variations
1#91B5F8
2#96B7F2
3#9CB8ED
4#A2BAE7
5#A8BCE1
6#ADBDDB
7#B3BFD6
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 | BDD4 #BDD4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FE | BordersInactive statesPlaceholder text |
| 400 | 4E8C #4E8CFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C6B #1C6BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 024F #024FDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 023F #023FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 012D #012D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | 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: #BDD4FE;
--sky-blue-300: #8BB3FE;
--sky-blue-400: #4E8CFD;
--sky-blue-500: #1C6BFD;
--sky-blue-600: #024FDE;
--sky-blue-700: #023FB1;
--sky-blue-800: #012D7E;
--sky-blue-900: #011D51;
--sky-blue-950: #011232;
}