Sky Blue
#8B9CFE
BlueColor Codes
All color formats for development
HEX
#8B9CFERGB
rgb(139, 156, 254)HSL
hsl(231, 98%, 77%)OKLCH
oklch(0.721 0.144 274.8)CMYK
cmyk(45%, 39%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647BFD
2#3D5AFD
3#1639FD
4#0225E9
5#021FC2
6#02199C
7#011275
8#010C4E
9#000627
Tints
Lighter variations
1#96A6FE
2#A2B0FE
3#AEBAFE
4#B9C4FE
5#C5CEFE
6#D1D7FF
7#DCE1FF
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#91A0F8
2#96A4F2
3#9CA8ED
4#A2ACE7
5#A8B0E1
6#ADB4DB
7#B3B8D6
8#B9BCD0
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9C #8B9CFE | BordersInactive statesPlaceholder text |
| 400 | 4E69 #4E69FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3E #1C3EFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0223 #0223DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 021C #021CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0114 #01147E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010D #010D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DCE1FF;
--sky-blue-200: #BDC7FE;
--sky-blue-300: #8B9CFE;
--sky-blue-400: #4E69FD;
--sky-blue-500: #1C3EFD;
--sky-blue-600: #0223DE;
--sky-blue-700: #021CB1;
--sky-blue-800: #01147E;
--sky-blue-900: #010D51;
--sky-blue-950: #010832;
}