Sky Blue
#8E9FFA
BlueColor Codes
All color formats for development
HEX
#8E9FFARGB
rgb(142, 159, 250)HSL
hsl(231, 92%, 77%)OKLCH
oklch(0.727 0.133 274.6)CMYK
cmyk(43%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697EF9
2#435EF7
3#1D3EF6
4#092AE2
5#0823BC
6#061C97
7#051571
8#030E4B
9#020726
Tints
Lighter variations
1#9AA8FB
2#A5B2FB
3#B0BCFC
4#BBC5FC
5#C7CFFD
6#D2D8FD
7#DDE2FE
8#E8ECFE
9#F4F5FF
Tones
Muted variations
1#94A2F5
2#99A6F0
3#9FAAEA
4#A4AEE5
5#A9B1DF
6#AFB5DA
7#B4B9D5
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9F #8E9FFA | BordersInactive statesPlaceholder text |
| 400 | 546C #546CF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2342 #2342F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0928 #0928D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0720 #0720AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0517 #05177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030F #030F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE2FE;
--sky-blue-200: #BFC9FC;
--sky-blue-300: #8E9FFA;
--sky-blue-400: #546CF8;
--sky-blue-500: #2342F6;
--sky-blue-600: #0928D7;
--sky-blue-700: #0720AB;
--sky-blue-800: #05177A;
--sky-blue-900: #030F4E;
--sky-blue-950: #020931;
}