Sky Blue
#9D95F4
BlueColor Codes
All color formats for development
HEX
#9D95F4RGB
rgb(157, 149, 244)HSL
hsl(245, 81%, 77%)OKLCH
oklch(0.716 0.136 286.3)CMYK
cmyk(36%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C71F0
2#5B4EEC
3#3A2AE9
4#2616D5
5#2013B2
6#1A0F8E
7#130B6B
8#0D0747
9#060424
Tints
Lighter variations
1#A79FF5
2#B0AAF6
3#BAB5F7
4#C4BFF8
5#CECAF9
6#D8D5FB
7#E2DFFC
8#EBEAFD
9#F5F4FE
Tones
Muted variations
1#A19AEF
2#A59EEA
3#A9A3E6
4#ADA8E1
5#B1ADDC
6#B5B1D7
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 | 9D95 #9D95F4 | BordersInactive statesPlaceholder text |
| 400 | 6A5D #6A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3F2F #3F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2415 #2415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D11 #1D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150C #150C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D084A | 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: #9D95F4;
--sky-blue-400: #6A5DEE;
--sky-blue-500: #3F2FE9;
--sky-blue-600: #2415CB;
--sky-blue-700: #1D11A2;
--sky-blue-800: #150C73;
--sky-blue-900: #0D084A;
--sky-blue-950: #08052E;
}