Sky Blue
#8BABFE
BlueColor Codes
All color formats for development
HEX
#8BABFERGB
rgb(139, 171, 254)HSL
hsl(223, 98%, 77%)OKLCH
oklch(0.751 0.125 267.3)CMYK
cmyk(45%, 33%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648FFD
2#3D73FD
3#1658FD
4#0244E9
5#0238C2
6#022D9C
7#012275
8#01174E
9#000B27
Tints
Lighter variations
1#96B4FE
2#A2BCFE
3#AEC5FE
4#B9CDFE
5#C5D5FE
6#D1DEFF
7#DCE6FF
8#E8EEFF
9#F3F7FF
Tones
Muted variations
1#91AEF8
2#96B0F2
3#9CB3ED
4#A2B5E7
5#A8B8E1
6#ADBADB
7#B3BDD6
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 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD0 #BDD0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAB #8BABFE | BordersInactive statesPlaceholder text |
| 400 | 4E80 #4E80FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5C #1C5CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0241 #0241DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0233 #0233B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0125 #01257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0117 #011751 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE6FF;
--sky-blue-200: #BDD0FE;
--sky-blue-300: #8BABFE;
--sky-blue-400: #4E80FD;
--sky-blue-500: #1C5CFD;
--sky-blue-600: #0241DE;
--sky-blue-700: #0233B1;
--sky-blue-800: #01257E;
--sky-blue-900: #011751;
--sky-blue-950: #010F32;
}