Sky Blue
#9895F4
BlueColor Codes
All color formats for development
HEX
#9895F4RGB
rgb(152, 149, 244)HSL
hsl(242, 81%, 77%)OKLCH
oklch(0.712 0.137 283.8)CMYK
cmyk(38%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7671F0
2#534EEC
3#312AE9
4#1D16D5
5#1813B2
6#130F8E
7#0E0B6B
8#0A0747
9#050424
Tints
Lighter variations
1#A29FF5
2#ADAAF6
3#B7B5F7
4#C1BFF8
5#CCCAF9
6#D6D5FB
7#E0DFFC
8#EAEAFD
9#F5F4FE
Tones
Muted variations
1#9C9AEF
2#A19EEA
3#A5A3E6
4#AAA8E1
5#AEADDC
6#B3B1D7
7#B7B6D3
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9895 #9895F4 | BordersInactive statesPlaceholder text |
| 400 | 625D #625DEE | Disabled statesSecondary iconsMuted text |
| 500 | 352F #352FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B15 #1B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1611 #1611A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100C #100C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E0DFFC;
--sky-blue-200: #C5C3F9;
--sky-blue-300: #9895F4;
--sky-blue-400: #625DEE;
--sky-blue-500: #352FE9;
--sky-blue-600: #1B15CB;
--sky-blue-700: #1611A2;
--sky-blue-800: #100C73;
--sky-blue-900: #0A084A;
--sky-blue-950: #06052E;
}