Sky Blue
#9891F8
BlueColor Codes
All color formats for development
HEX
#9891F8RGB
rgb(152, 145, 248)HSL
hsl(244, 88%, 77%)OKLCH
oklch(0.706 0.148 285)CMYK
cmyk(39%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#756CF6
2#5247F3
3#3022F1
4#1C0EDD
5#170CB9
6#130994
7#0E076F
8#09054A
9#050225
Tints
Lighter variations
1#A29CF9
2#ACA7F9
3#B7B2FA
4#C1BDFB
5#CBC8FB
6#D6D3FC
7#E0DEFD
8#EAE9FE
9#F5F4FE
Tones
Muted variations
1#9C96F3
2#A19BEE
3#A5A0E8
4#AAA5E3
5#AEABDE
6#B2B0D9
7#B7B5D4
8#BBBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E0DDFD;
--sky-blue-200: #C5C1FB;
--sky-blue-300: #9891F8;
--sky-blue-400: #6257F4;
--sky-blue-500: #3527F1;
--sky-blue-600: #1B0DD3;
--sky-blue-700: #150BA8;
--sky-blue-800: #0F0878;
--sky-blue-900: #0A054D;
--sky-blue-950: #060330;
}