Sky Blue
#9F8DFC
BlueColor Codes
All color formats for development
HEX
#9F8DFCRGB
rgb(159, 141, 252)HSL
hsl(250, 95%, 77%)OKLCH
oklch(0.707 0.159 289.1)CMYK
cmyk(37%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F66FB
2#5F40FA
3#3F1AF9
4#2B06E6
5#2405BF
6#1D0499
7#160373
8#0E024D
9#070126
Tints
Lighter variations
1#A998FC
2#B2A4FD
3#BCAFFD
4#C6BAFD
5#CFC6FE
6#D9D1FE
7#E2DDFE
8#ECE8FE
9#F5F4FF
Tones
Muted variations
1#A392F6
2#A798F1
3#AA9DEB
4#AEA3E6
5#B2A8E0
6#B5AEDB
7#B9B4D5
8#BDB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BE #C9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8D #9F8DFC | BordersInactive statesPlaceholder text |
| 400 | 6D51 #6D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 441F #441FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2906 #2906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2104 #2104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1703 #17037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F0FF;
--sky-blue-100: #E2DCFE;
--sky-blue-200: #C9BEFD;
--sky-blue-300: #9F8DFC;
--sky-blue-400: #6D51FB;
--sky-blue-500: #441FF9;
--sky-blue-600: #2906DB;
--sky-blue-700: #2104AE;
--sky-blue-800: #17037C;
--sky-blue-900: #0F0250;
--sky-blue-950: #090132;
}