Sky Blue
#8BA6FE
BlueColor Codes
All color formats for development
HEX
#8BA6FERGB
rgb(139, 166, 254)HSL
hsl(226, 98%, 77%)OKLCH
oklch(0.741 0.131 270)CMYK
cmyk(45%, 35%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6488FD
2#3D6AFD
3#164CFD
4#0238E9
5#022FC2
6#02259C
7#011C75
8#01134E
9#000927
Tints
Lighter variations
1#96AFFE
2#A2B8FE
3#AEC0FE
4#B9C9FE
5#C5D2FE
6#D1DBFF
7#DCE4FF
8#E8EDFF
9#F3F6FF
Tones
Muted variations
1#91A9F8
2#96ACF2
3#9CAFED
4#A2B2E7
5#A8B5E1
6#ADB8DB
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 | DCE4 #DCE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FE | BordersInactive statesPlaceholder text |
| 400 | 4E77 #4E77FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C50 #1C50FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0236 #0236DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 022B #022BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011E #011E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0113 #011351 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DCE4FF;
--sky-blue-200: #BDCDFE;
--sky-blue-300: #8BA6FE;
--sky-blue-400: #4E77FD;
--sky-blue-500: #1C50FD;
--sky-blue-600: #0236DE;
--sky-blue-700: #022BB1;
--sky-blue-800: #011E7E;
--sky-blue-900: #011351;
--sky-blue-950: #010C32;
}