Sky Blue
#8B94FE
BlueColor Codes
All color formats for development
HEX
#8B94FERGB
rgb(139, 148, 254)HSL
hsl(235, 98%, 77%)OKLCH
oklch(0.706 0.154 278)CMYK
cmyk(45%, 42%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6471FD
2#3D4DFD
3#1629FD
4#0216E9
5#0212C2
6#020E9C
7#010B75
8#01074E
9#000427
Tints
Lighter variations
1#969FFE
2#A2AAFE
3#AEB4FE
4#B9BFFE
5#C5CAFE
6#D1D4FF
7#DCDFFF
8#E8EAFF
9#F3F4FF
Tones
Muted variations
1#9199F8
2#969EF2
3#9CA3ED
4#A2A8E7
5#A8ACE1
6#ADB1DB
7#B3B6D6
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 | BDC3 #BDC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B94 #8B94FE | BordersInactive statesPlaceholder text |
| 400 | 4E5D #4E5DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2F #1C2FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0215 #0215DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0210 #0210B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010C #010C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0107 #010751 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | 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: #BDC3FE;
--sky-blue-300: #8B94FE;
--sky-blue-400: #4E5DFD;
--sky-blue-500: #1C2FFD;
--sky-blue-600: #0215DE;
--sky-blue-700: #0210B1;
--sky-blue-800: #010C7E;
--sky-blue-900: #010751;
--sky-blue-950: #010532;
}