Sky Blue
#9991F8
BlueColor Codes
All color formats for development
HEX
#9991F8RGB
rgb(153, 145, 248)HSL
hsl(245, 88%, 77%)OKLCH
oklch(0.707 0.148 285.5)CMYK
cmyk(38%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#776CF6
2#5547F3
3#3322F1
4#1F0EDD
5#1A0CB9
6#150994
7#10076F
8#0A054A
9#050225
Tints
Lighter variations
1#A49CF9
2#AEA7F9
3#B8B2FA
4#C2BDFB
5#CCC8FB
6#D6D3FC
7#E1DEFD
8#EBE9FE
9#F5F4FE
Tones
Muted variations
1#9E96F3
2#A29BEE
3#A6A0E8
4#ABA5E3
5#AFABDE
6#B3B0D9
7#B7B5D4
8#BCBACF
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 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | 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: #C6C1FB;
--sky-blue-300: #9991F8;
--sky-blue-400: #6457F4;
--sky-blue-500: #3827F1;
--sky-blue-600: #1E0DD3;
--sky-blue-700: #180BA8;
--sky-blue-800: #110878;
--sky-blue-900: #0B054D;
--sky-blue-950: #070330;
}