Sky Blue
#8EB6FA
BlueColor Codes
All color formats for development
HEX
#8EB6FARGB
rgb(142, 182, 250)HSL
hsl(218, 92%, 77%)OKLCH
oklch(0.774 0.107 260.7)CMYK
cmyk(43%, 27%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#699EF9
2#4385F7
3#1D6DF6
4#0959E2
5#084ABC
6#063B97
7#052C71
8#031E4B
9#020F26
Tints
Lighter variations
1#9ABDFB
2#A5C5FB
3#B0CCFC
4#BBD3FC
5#C7DAFD
6#D2E2FD
7#DDE9FE
8#E8F0FE
9#F4F8FF
Tones
Muted variations
1#94B7F5
2#99B9F0
3#9FBAEA
4#A4BCE5
5#A9BDDF
6#AFBFDA
7#B4C0D5
8#BAC1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD6 #BFD6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB6 #8EB6FA | BordersInactive statesPlaceholder text |
| 400 | 5490 #5490F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2370 #2370F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0955 #0955D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0743 #0743AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0530 #05307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031F #031F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE9FE;
--sky-blue-200: #BFD6FC;
--sky-blue-300: #8EB6FA;
--sky-blue-400: #5490F8;
--sky-blue-500: #2370F6;
--sky-blue-600: #0955D7;
--sky-blue-700: #0743AB;
--sky-blue-800: #05307A;
--sky-blue-900: #031F4E;
--sky-blue-950: #021331;
}