Sky Blue
#8EA9FA
BlueColor Codes
All color formats for development
HEX
#8EA9FARGB
rgb(142, 169, 250)HSL
hsl(225, 92%, 77%)OKLCH
oklch(0.747 0.121 269.3)CMYK
cmyk(43%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698DF9
2#4370F7
3#1D53F6
4#0940E2
5#0835BC
6#062A97
7#052071
8#03154B
9#020B26
Tints
Lighter variations
1#9AB2FB
2#A5BAFB
3#B0C3FC
4#BBCCFC
5#C7D4FD
6#D2DDFD
7#DDE5FE
8#E8EEFE
9#F4F6FF
Tones
Muted variations
1#94ACF5
2#99AFF0
3#9FB1EA
4#A4B4E5
5#A9B7DF
6#AFBADA
7#B4BCD5
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA9 #8EA9FA | BordersInactive statesPlaceholder text |
| 400 | 547D #547DF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2357 #2357F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 093D #093DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0730 #0730AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0522 #05227A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0316 #03164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE5FE;
--sky-blue-200: #BFCFFC;
--sky-blue-300: #8EA9FA;
--sky-blue-400: #547DF8;
--sky-blue-500: #2357F6;
--sky-blue-600: #093DD7;
--sky-blue-700: #0730AB;
--sky-blue-800: #05227A;
--sky-blue-900: #03164E;
--sky-blue-950: #020E31;
}