Sky Blue
#8BAAFE
BlueColor Codes
All color formats for development
HEX
#8BAAFERGB
rgb(139, 170, 254)HSL
hsl(224, 98%, 77%)OKLCH
oklch(0.749 0.127 267.9)CMYK
cmyk(45%, 33%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648DFD
2#3D70FD
3#1654FD
4#0240E9
5#0235C2
6#022B9C
7#012075
8#01154E
9#000B27
Tints
Lighter variations
1#96B2FE
2#A2BBFE
3#AEC3FE
4#B9CCFE
5#C5D4FE
6#D1DDFF
7#DCE5FF
8#E8EEFF
9#F3F6FF
Tones
Muted variations
1#91ACF8
2#96AFF2
3#9CB2ED
4#A2B4E7
5#A8B7E1
6#ADBADB
7#B3BCD6
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 | DCE5 #DCE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAA #8BAAFE | BordersInactive statesPlaceholder text |
| 400 | 4E7D #4E7DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C58 #1C58FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 023D #023DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0230 #0230B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0123 #01237E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0116 #011651 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE5FF;
--sky-blue-200: #BDCFFE;
--sky-blue-300: #8BAAFE;
--sky-blue-400: #4E7DFD;
--sky-blue-500: #1C58FD;
--sky-blue-600: #023DDE;
--sky-blue-700: #0230B1;
--sky-blue-800: #01237E;
--sky-blue-900: #011651;
--sky-blue-950: #010E32;
}