Sky Blue
#8B9EFE
BlueColor Codes
All color formats for development
HEX
#8B9EFERGB
rgb(139, 158, 254)HSL
hsl(230, 98%, 77%)OKLCH
oklch(0.725 0.141 273.9)CMYK
cmyk(45%, 38%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647EFD
2#3D5DFD
3#163DFD
4#0229E9
5#0222C2
6#021B9C
7#011475
8#010E4E
9#000727
Tints
Lighter variations
1#96A8FE
2#A2B1FE
3#AEBBFE
4#B9C5FE
5#C5CFFE
6#D1D8FF
7#DCE2FF
8#E8ECFF
9#F3F5FF
Tones
Muted variations
1#91A2F8
2#96A6F2
3#9CAAED
4#A2ADE7
5#A8B1E1
6#ADB5DB
7#B3B9D6
8#B9BDD0
9#BFC1CA
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 | BDC8 #BDC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFE | BordersInactive statesPlaceholder text |
| 400 | 4E6B #4E6BFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C41 #1C41FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0227 #0227DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 021F #021FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0116 #01167E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | 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: #BDC8FE;
--sky-blue-300: #8B9EFE;
--sky-blue-400: #4E6BFD;
--sky-blue-500: #1C41FD;
--sky-blue-600: #0227DE;
--sky-blue-700: #021FB1;
--sky-blue-800: #01167E;
--sky-blue-900: #010E51;
--sky-blue-950: #010932;
}