Sky Blue
#8BB3FD
BlueColor Codes
All color formats for development
HEX
#8BB3FDRGB
rgb(139, 179, 253)HSL
hsl(219, 97%, 77%)OKLCH
oklch(0.767 0.115 262.2)CMYK
cmyk(45%, 29%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#659AFD
2#3E81FC
3#1767FB
4#0454E8
5#0346C1
6#02389B
7#022A74
8#011C4D
9#010E27
Tints
Lighter variations
1#97BBFD
2#A3C2FE
3#AECAFE
4#BAD2FE
5#C5D9FE
6#D1E1FE
7#DCE8FE
8#E8F0FF
9#F3F7FF
Tones
Muted variations
1#91B5F8
2#97B7F2
3#9DB8EC
4#A2BAE6
5#A8BCE1
6#AEBEDB
7#B3BFD5
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 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FD | BordersInactive statesPlaceholder text |
| 400 | 4F8C #4F8CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D6B #1D6BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0350 #0350DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033F #033FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022D #022D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D50 | 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: #DCE8FE;
--sky-blue-200: #BED4FE;
--sky-blue-300: #8BB3FD;
--sky-blue-400: #4F8CFC;
--sky-blue-500: #1D6BFC;
--sky-blue-600: #0350DD;
--sky-blue-700: #033FB0;
--sky-blue-800: #022D7E;
--sky-blue-900: #011D50;
--sky-blue-950: #011232;
}