Sky Blue
#9D95F3
BlueColor Codes
All color formats for development
HEX
#9D95F3RGB
rgb(157, 149, 243)HSL
hsl(245, 80%, 77%)OKLCH
oklch(0.715 0.135 286.3)CMYK
cmyk(35%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D72EF
2#5C4FEB
3#3B2BE7
4#2718D4
5#2114B1
6#1A108D
7#140C6A
8#0D0847
9#070423
Tints
Lighter variations
1#A7A0F4
2#B1ABF6
3#BBB5F7
4#C4C0F8
5#CECAF9
6#D8D5FA
7#E2DFFB
8#EBEAFD
9#F5F4FE
Tones
Muted variations
1#A19AEF
2#A59FEA
3#A9A4E5
4#ADA8E1
5#B1ADDC
6#B5B2D7
7#B9B6D2
8#BDBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C3 #C8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F3 | BordersInactive statesPlaceholder text |
| 400 | 6A5E #6A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4030 #4030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2516 #2516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E12 #1E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150D #150D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E08 #0E0849 | 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: #F2F1FD;
--sky-blue-100: #E1DFFB;
--sky-blue-200: #C8C3F8;
--sky-blue-300: #9D95F3;
--sky-blue-400: #6A5EED;
--sky-blue-500: #4030E8;
--sky-blue-600: #2516CA;
--sky-blue-700: #1E12A1;
--sky-blue-800: #150D73;
--sky-blue-900: #0E0849;
--sky-blue-950: #08052E;
}