Sky Blue
#8EA0FA
BlueColor Codes
All color formats for development
HEX
#8EA0FARGB
rgb(142, 160, 250)HSL
hsl(230, 92%, 77%)OKLCH
oklch(0.729 0.132 274.1)CMYK
cmyk(43%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6981F9
2#4361F7
3#1D41F6
4#092EE2
5#0826BC
6#061E97
7#051771
8#030F4B
9#020826
Tints
Lighter variations
1#9AAAFB
2#A5B3FB
3#B0BDFC
4#BBC6FC
5#C7D0FD
6#D2D9FD
7#DDE3FE
8#E8ECFE
9#F4F6FF
Tones
Muted variations
1#94A4F5
2#99A8F0
3#9FABEA
4#A4AFE5
5#A9B2DF
6#AFB6DA
7#B4BAD5
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FA | BordersInactive statesPlaceholder text |
| 400 | 546F #546FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2346 #2346F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092B #092BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0723 #0723AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0519 #05197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE2FE;
--sky-blue-200: #BFCAFC;
--sky-blue-300: #8EA0FA;
--sky-blue-400: #546FF8;
--sky-blue-500: #2346F6;
--sky-blue-600: #092BD7;
--sky-blue-700: #0723AB;
--sky-blue-800: #05197A;
--sky-blue-900: #03104E;
--sky-blue-950: #020A31;
}