Sky Blue
#9F95F3
BlueColor Codes
All color formats for development
HEX
#9F95F3RGB
rgb(159, 149, 243)HSL
hsl(246, 80%, 77%)OKLCH
oklch(0.717 0.135 287.4)CMYK
cmyk(35%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F72EF
2#5E4FEB
3#3E2BE7
4#2A18D4
5#2314B1
6#1C108D
7#150C6A
8#0E0847
9#070423
Tints
Lighter variations
1#A8A0F4
2#B2ABF6
3#BCB5F7
4#C5C0F8
5#CFCAF9
6#D9D5FA
7#E2DFFB
8#ECEAFD
9#F5F4FE
Tones
Muted variations
1#A39AEF
2#A69FEA
3#AAA4E5
4#AEA8E1
5#B2ADDC
6#B5B2D7
7#B9B6D2
8#BDBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E2DFFB;
--sky-blue-200: #C9C3F8;
--sky-blue-300: #9F95F3;
--sky-blue-400: #6D5EED;
--sky-blue-500: #4330E8;
--sky-blue-600: #2816CA;
--sky-blue-700: #2012A1;
--sky-blue-800: #170D73;
--sky-blue-900: #0F0849;
--sky-blue-950: #09052E;
}