Sky Blue
#8EA6FA
BlueColor Codes
All color formats for development
HEX
#8EA6FARGB
rgb(142, 166, 250)HSL
hsl(227, 92%, 77%)OKLCH
oklch(0.741 0.125 271)CMYK
cmyk(43%, 34%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6988F9
2#436AF7
3#1D4CF6
4#0938E2
5#082FBC
6#062697
7#051C71
8#03134B
9#020926
Tints
Lighter variations
1#9AAFFB
2#A5B8FB
3#B0C1FC
4#BBC9FC
5#C7D2FD
6#D2DBFD
7#DDE4FE
8#E8EDFE
9#F4F6FF
Tones
Muted variations
1#94A9F5
2#99ACF0
3#9FAFEA
4#A4B2E5
5#A9B5DF
6#AFB8DA
7#B4BBD5
8#BABECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA6 #8EA6FA | BordersInactive statesPlaceholder text |
| 400 | 5477 #5477F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2350 #2350F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0936 #0936D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072B #072BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051F #051F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0314 #03144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE4FE;
--sky-blue-200: #BFCDFC;
--sky-blue-300: #8EA6FA;
--sky-blue-400: #5477F8;
--sky-blue-500: #2350F6;
--sky-blue-600: #0936D7;
--sky-blue-700: #072BAB;
--sky-blue-800: #051F7A;
--sky-blue-900: #03144E;
--sky-blue-950: #020C31;
}