Sky Blue
#9B91F8
BlueColor Codes
All color formats for development
HEX
#9B91F8RGB
rgb(155, 145, 248)HSL
hsl(246, 88%, 77%)OKLCH
oklch(0.709 0.148 286.4)CMYK
cmyk(38%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A6CF6
2#5847F3
3#3722F1
4#230EDD
5#1D0CB9
6#170994
7#11076F
8#0C054A
9#060225
Tints
Lighter variations
1#A59CF9
2#AFA7F9
3#B9B2FA
4#C3BDFB
5#CDC8FB
6#D7D3FC
7#E1DEFD
8#EBE9FE
9#F5F4FE
Tones
Muted variations
1#9F96F3
2#A39BEE
3#A7A0E8
4#ACA5E3
5#B0ABDE
6#B4B0D9
7#B8B5D4
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 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B91 #9B91F8 | BordersInactive statesPlaceholder text |
| 400 | 6757 #6757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3B27 #3B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 210D #210DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0B #1A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1308 #130878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C05 #0C054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E1DDFD;
--sky-blue-200: #C7C1FB;
--sky-blue-300: #9B91F8;
--sky-blue-400: #6757F4;
--sky-blue-500: #3B27F1;
--sky-blue-600: #210DD3;
--sky-blue-700: #1A0BA8;
--sky-blue-800: #130878;
--sky-blue-900: #0C054D;
--sky-blue-950: #080330;
}