Sky Blue
#9B96F3
BlueColor Codes
All color formats for development
HEX
#9B96F3RGB
rgb(155, 150, 243)HSL
hsl(243, 79%, 77%)OKLCH
oklch(0.715 0.134 284.9)CMYK
cmyk(36%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7973EF
2#5750EA
3#362DE6
4#2219D3
5#1C15B0
6#17108D
7#110C69
8#0B0846
9#060423
Tints
Lighter variations
1#A5A1F4
2#AFABF5
3#B9B6F6
4#C3C0F8
5#CDCBF9
6#D7D5FA
7#E1E0FB
8#EBEAFD
9#F5F5FE
Tones
Muted variations
1#9F9BEE
2#A39FE9
3#A7A4E5
4#ABA9E0
5#AFADDC
6#B4B2D7
7#B8B6D2
8#BCBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B96 #9B96F3 | BordersInactive statesPlaceholder text |
| 400 | 665F #665FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3B32 #3B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2018 #2018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A13 #1A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E0DFFB;
--sky-blue-200: #C6C4F8;
--sky-blue-300: #9B96F3;
--sky-blue-400: #665FEC;
--sky-blue-500: #3B32E7;
--sky-blue-600: #2018C9;
--sky-blue-700: #1A13A0;
--sky-blue-800: #120D72;
--sky-blue-900: #0C0949;
--sky-blue-950: #07052E;
}