Sky Blue
#9E8DFB
BlueColor Codes
All color formats for development
HEX
#9E8DFBRGB
rgb(158, 141, 251)HSL
hsl(249, 93%, 77%)OKLCH
oklch(0.705 0.157 288.8)CMYK
cmyk(37%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E68FA
2#5D42F8
3#3D1CF7
4#2908E3
5#2207BD
6#1B0598
7#150472
8#0E034C
9#070126
Tints
Lighter variations
1#A899FB
2#B2A4FC
3#BBB0FC
4#C5BBFD
5#CFC6FD
6#D8D2FD
7#E2DDFE
8#ECE8FE
9#F5F4FF
Tones
Muted variations
1#A293F5
2#A699F0
3#AA9EEB
4#ADA4E5
5#B1A9E0
6#B5AFDA
7#B9B4D5
8#BDB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BF #C8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8E #9E8EFB | BordersInactive statesPlaceholder text |
| 400 | 6C53 #6C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4222 #4222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2708 #2708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F06 #1F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1604 #16047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E03 #0E034F | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E2DDFE;
--sky-blue-200: #C8BFFD;
--sky-blue-300: #9E8EFB;
--sky-blue-400: #6C53F9;
--sky-blue-500: #4222F7;
--sky-blue-600: #2708D9;
--sky-blue-700: #1F06AC;
--sky-blue-800: #16047B;
--sky-blue-900: #0E034F;
--sky-blue-950: #090231;
}