Sky Blue
#8BA2FE
BlueColor Codes
All color formats for development
HEX
#8BA2FERGB
rgb(139, 162, 254)HSL
hsl(228, 98%, 77%)OKLCH
oklch(0.733 0.136 272)CMYK
cmyk(45%, 36%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6483FD
2#3D64FD
3#1644FD
4#0231E9
5#0228C2
6#02209C
7#011875
8#01104E
9#000827
Tints
Lighter variations
1#96ABFE
2#A2B4FE
3#AEBEFE
4#B9C7FE
5#C5D0FE
6#D1DAFF
7#DCE3FF
8#E8ECFF
9#F3F6FF
Tones
Muted variations
1#91A5F8
2#96A9F2
3#9CACED
4#A2B0E7
5#A8B3E1
6#ADB7DB
7#B3BAD6
8#B9BDD0
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FE | BordersInactive statesPlaceholder text |
| 400 | 4E71 #4E71FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C49 #1C49FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 022E #022EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0225 #0225B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011A #011A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011151 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DCE3FF;
--sky-blue-200: #BDCAFE;
--sky-blue-300: #8BA2FE;
--sky-blue-400: #4E71FD;
--sky-blue-500: #1C49FD;
--sky-blue-600: #022EDE;
--sky-blue-700: #0225B1;
--sky-blue-800: #011A7E;
--sky-blue-900: #011151;
--sky-blue-950: #010B32;
}