Sky Blue
#8EA8FA
BlueColor Codes
All color formats for development
HEX
#8EA8FARGB
rgb(142, 168, 250)HSL
hsl(226, 92%, 77%)OKLCH
oklch(0.745 0.122 269.9)CMYK
cmyk(43%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698AF9
2#436DF7
3#1D50F6
4#093CE2
5#0832BC
6#062897
7#051E71
8#03144B
9#020A26
Tints
Lighter variations
1#9AB0FB
2#A5B9FB
3#B0C2FC
4#BBCBFC
5#C7D3FD
6#D2DCFD
7#DDE5FE
8#E8EEFE
9#F4F6FF
Tones
Muted variations
1#94AAF5
2#99ADF0
3#9FB0EA
4#A4B3E5
5#A9B6DF
6#AFB9DA
7#B4BCD5
8#BABFCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA8 #8EA8FA | BordersInactive statesPlaceholder text |
| 400 | 547A #547AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2354 #2354F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0939 #0939D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072D #072DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0520 #05207A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE4FE;
--sky-blue-200: #BFCEFC;
--sky-blue-300: #8EA8FA;
--sky-blue-400: #547AF8;
--sky-blue-500: #2354F6;
--sky-blue-600: #0939D7;
--sky-blue-700: #072DAB;
--sky-blue-800: #05207A;
--sky-blue-900: #03154E;
--sky-blue-950: #020D31;
}