Sky Blue
#8B96FE
BlueColor Codes
All color formats for development
HEX
#8B96FERGB
rgb(139, 150, 254)HSL
hsl(234, 98%, 77%)OKLCH
oklch(0.71 0.151 277.2)CMYK
cmyk(45%, 41%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6473FD
2#3D50FD
3#162DFD
4#0219E9
5#0215C2
6#02119C
7#010D75
8#01084E
9#000427
Tints
Lighter variations
1#96A1FE
2#A2ABFE
3#AEB6FE
4#B9C0FE
5#C5CBFE
6#D1D5FF
7#DCE0FF
8#E8EAFF
9#F3F5FF
Tones
Muted variations
1#919BF8
2#96A0F2
3#9CA4ED
4#A2A9E7
5#A8ADE1
6#ADB2DB
7#B3B7D6
8#B9BBD0
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC4 #BDC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B96 #8B96FE | BordersInactive statesPlaceholder text |
| 400 | 4E60 #4E60FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C32 #1C32FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0218 #0218DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0213 #0213B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010E #010E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010951 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FF;
--sky-blue-100: #DCDFFF;
--sky-blue-200: #BDC4FE;
--sky-blue-300: #8B96FE;
--sky-blue-400: #4E60FD;
--sky-blue-500: #1C32FD;
--sky-blue-600: #0218DE;
--sky-blue-700: #0213B1;
--sky-blue-800: #010E7E;
--sky-blue-900: #010951;
--sky-blue-950: #010632;
}