Sky Blue
#9B8DFC
BlueColor Codes
All color formats for development
HEX
#9B8DFCRGB
rgb(155, 141, 252)HSL
hsl(248, 95%, 77%)OKLCH
oklch(0.704 0.159 287.4)CMYK
cmyk(38%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A66FB
2#5940FA
3#381AF9
4#2406E6
5#1E05BF
6#180499
7#120373
8#0C024D
9#060126
Tints
Lighter variations
1#A598FC
2#AFA4FD
3#B9AFFD
4#C3BAFD
5#CDC6FE
6#D7D1FE
7#E1DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#A092F6
2#A498F1
3#A89DEB
4#ACA3E6
5#B0A8E0
6#B4AEDB
7#B8B4D5
8#BCB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8D #9B8DFC | BordersInactive statesPlaceholder text |
| 400 | 6851 #6851FB | Disabled statesSecondary iconsMuted text |
| 500 | 3C1F #3C1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2206 #2206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B04 #1B04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1303 #13037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C02 #0C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E1DCFE;
--sky-blue-200: #C7BEFD;
--sky-blue-300: #9B8DFC;
--sky-blue-400: #6851FB;
--sky-blue-500: #3C1FF9;
--sky-blue-600: #2206DB;
--sky-blue-700: #1B04AE;
--sky-blue-800: #13037C;
--sky-blue-900: #0C0250;
--sky-blue-950: #080132;
}