Sky Blue
#9F93F6
BlueColor Codes
All color formats for development
HEX
#9F93F6RGB
rgb(159, 147, 246)HSL
hsl(247, 85%, 77%)OKLCH
oklch(0.715 0.142 287.8)CMYK
cmyk(35%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E6EF3
2#5D4AF0
3#3D26ED
4#2912DA
5#220FB6
6#1B0C91
7#15096D
8#0E0649
9#070324
Tints
Lighter variations
1#A89DF7
2#B2A8F8
3#BBB3F9
4#C5BEFA
5#CFC9FB
6#D8D4FB
7#E2DEFC
8#ECE9FD
9#F5F4FE
Tones
Muted variations
1#A297F1
2#A69CEC
3#AAA1E7
4#ADA6E2
5#B1ABDD
6#B5B0D8
7#B9B5D3
8#BDBACE
9#C1BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E92 #9E92F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5A #6C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 412B #412BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2711 #2711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0D #1F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160A #160A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E06 #0E064B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E2DEFC;
--sky-blue-200: #C8C2FA;
--sky-blue-300: #9E92F6;
--sky-blue-400: #6C5AF2;
--sky-blue-500: #412BEE;
--sky-blue-600: #2711D0;
--sky-blue-700: #1F0DA5;
--sky-blue-800: #160A76;
--sky-blue-900: #0E064B;
--sky-blue-950: #09042F;
}