Sky Blue
#8BAAFD
BlueColor Codes
All color formats for development
HEX
#8BAAFDRGB
rgb(139, 170, 253)HSL
hsl(224, 97%, 77%)OKLCH
oklch(0.749 0.125 267.7)CMYK
cmyk(45%, 33%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658DFD
2#3E71FC
3#1754FB
4#0440E8
5#0336C1
6#022B9B
7#022074
8#01154D
9#010B27
Tints
Lighter variations
1#97B2FD
2#A3BBFE
3#AEC3FE
4#BACCFE
5#C5D4FE
6#D1DDFE
7#DCE5FE
8#E8EEFF
9#F3F6FF
Tones
Muted variations
1#91ACF8
2#97AFF2
3#9DB2EC
4#A2B4E6
5#A8B7E1
6#AEBADB
7#B3BCD5
8#B9BFD0
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECF #BECFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAA #8BAAFD | BordersInactive statesPlaceholder text |
| 400 | 4F7D #4F7DFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D58 #1D58FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 033D #033DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0331 #0331B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0223 #02237E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0116 #011650 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE5FE;
--sky-blue-200: #BECFFE;
--sky-blue-300: #8BAAFD;
--sky-blue-400: #4F7DFC;
--sky-blue-500: #1D58FC;
--sky-blue-600: #033DDD;
--sky-blue-700: #0331B0;
--sky-blue-800: #02237E;
--sky-blue-900: #011650;
--sky-blue-950: #010E32;
}