Sky Blue
#9893F6
BlueColor Codes
All color formats for development
HEX
#9893F6RGB
rgb(152, 147, 246)HSL
hsl(243, 85%, 77%)OKLCH
oklch(0.709 0.142 284.4)CMYK
cmyk(38%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#756EF3
2#524AF0
3#3026ED
4#1C12DA
5#170FB6
6#120C91
7#0E096D
8#090649
9#050324
Tints
Lighter variations
1#A29DF7
2#ACA8F8
3#B7B3F9
4#C1BEFA
5#CBC9FB
6#D6D4FB
7#E0DEFC
8#EAE9FD
9#F5F4FE
Tones
Muted variations
1#9C97F1
2#A09CEC
3#A5A1E7
4#A9A6E2
5#AEABDD
6#B2B0D8
7#B7B5D3
8#BBBACE
9#C0BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9792 #9792F6 | BordersInactive statesPlaceholder text |
| 400 | 615A #615AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 342B #342BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A11 #1A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150D #150DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0A #0F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A06 #0A064B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DFDEFC;
--sky-blue-200: #C4C2FA;
--sky-blue-300: #9792F6;
--sky-blue-400: #615AF2;
--sky-blue-500: #342BEE;
--sky-blue-600: #1A11D0;
--sky-blue-700: #150DA5;
--sky-blue-800: #0F0A76;
--sky-blue-900: #0A064B;
--sky-blue-950: #06042F;
}