Sky Blue
#8BA4FE
BlueColor Codes
All color formats for development
HEX
#8BA4FERGB
rgb(139, 164, 254)HSL
hsl(227, 98%, 77%)OKLCH
oklch(0.737 0.134 271)CMYK
cmyk(45%, 35%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6485FD
2#3D67FD
3#1648FD
4#0234E9
5#022CC2
6#02239C
7#011A75
8#01114E
9#000927
Tints
Lighter variations
1#96ADFE
2#A2B6FE
3#AEBFFE
4#B9C8FE
5#C5D1FE
6#D1DBFF
7#DCE4FF
8#E8EDFF
9#F3F6FF
Tones
Muted variations
1#91A7F8
2#96AAF2
3#9CAEED
4#A2B1E7
5#A8B4E1
6#ADB7DB
7#B3BBD6
8#B9BED0
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 | BDCB #BDCBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FE | BordersInactive statesPlaceholder text |
| 400 | 4E74 #4E74FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C4D #1C4DFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0232 #0232DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0228 #0228B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011C #011C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011251 | 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: #BDCBFE;
--sky-blue-300: #8BA4FE;
--sky-blue-400: #4E74FD;
--sky-blue-500: #1C4DFD;
--sky-blue-600: #0232DE;
--sky-blue-700: #0228B1;
--sky-blue-800: #011C7E;
--sky-blue-900: #011251;
--sky-blue-950: #010B32;
}