Sky Blue
#9B95F4
BlueColor Codes
All color formats for development
HEX
#9B95F4RGB
rgb(155, 149, 244)HSL
hsl(244, 81%, 77%)OKLCH
oklch(0.714 0.136 285.3)CMYK
cmyk(36%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A71F0
2#584EEC
3#372AE9
4#2316D5
5#1D13B2
6#170F8E
7#120B6B
8#0C0747
9#060424
Tints
Lighter variations
1#A59FF5
2#AFAAF6
3#B9B5F7
4#C3BFF8
5#CDCAF9
6#D7D5FB
7#E1DFFC
8#EBEAFD
9#F5F4FE
Tones
Muted variations
1#9F9AEF
2#A39EEA
3#A8A3E6
4#ACA8E1
5#B0ADDC
6#B4B1D7
7#B8B6D3
8#BCBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B95 #9B95F4 | BordersInactive statesPlaceholder text |
| 400 | 675D #675DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3C2F #3C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2115 #2115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B11 #1B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130C #130C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C08 #0C084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E1DFFC;
--sky-blue-200: #C7C3F9;
--sky-blue-300: #9B95F4;
--sky-blue-400: #675DEE;
--sky-blue-500: #3C2FE9;
--sky-blue-600: #2115CB;
--sky-blue-700: #1B11A2;
--sky-blue-800: #130C73;
--sky-blue-900: #0C084A;
--sky-blue-950: #08052E;
}