Sky Blue
#9B8AFF
BlueColor Codes
All color formats for development
HEX
#9B8AFFRGB
rgb(155, 138, 255)HSL
hsl(249, 100%, 77%)OKLCH
oklch(0.7 0.167 288)CMYK
cmyk(39%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A62FF
2#593BFF
3#3714FF
4#2300EC
5#1D00C4
6#18009D
7#120076
8#0C004F
9#060027
Tints
Lighter variations
1#A595FF
2#AFA1FF
3#B9ADFF
4#C3B9FF
5#CDC4FF
6#D7D0FF
7#E1DCFF
8#EBE8FF
9#F5F3FF
Tones
Muted variations
1#9F90F9
2#A495F3
3#A89BED
4#ACA1E8
5#B0A7E2
6#B4ADDC
7#B8B3D6
8#BCB9D0
9#C0BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E1DBFF;
--sky-blue-200: #C7BDFF;
--sky-blue-300: #9B8AFF;
--sky-blue-400: #674DFF;
--sky-blue-500: #3C1AFF;
--sky-blue-600: #2200E0;
--sky-blue-700: #1B00B3;
--sky-blue-800: #130080;
--sky-blue-900: #0C0052;
--sky-blue-950: #080033;
}