Sky Blue
#9F91F8
BlueColor Codes
All color formats for development
HEX
#9F91F8RGB
rgb(159, 145, 248)HSL
hsl(248, 88%, 77%)OKLCH
oklch(0.712 0.147 288.3)CMYK
cmyk(36%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E6CF6
2#5E47F3
3#3E22F1
4#2A0EDD
5#230CB9
6#1C0994
7#15076F
8#0E054A
9#070225
Tints
Lighter variations
1#A89CF9
2#B2A7F9
3#BBB2FA
4#C5BDFB
5#CFC8FB
6#D8D3FC
7#E2DEFD
8#ECE9FE
9#F5F4FE
Tones
Muted variations
1#A296F3
2#A69BEE
3#AAA0E8
4#AEA5E3
5#B1ABDE
6#B5B0D9
7#B9B5D4
8#BDBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E2DDFD;
--sky-blue-200: #C8C1FB;
--sky-blue-300: #9F91F8;
--sky-blue-400: #6C57F4;
--sky-blue-500: #4227F1;
--sky-blue-600: #280DD3;
--sky-blue-700: #200BA8;
--sky-blue-800: #170878;
--sky-blue-900: #0E054D;
--sky-blue-950: #090330;
}