Sky Blue
#9794F5
BlueColor Codes
All color formats for development
HEX
#9794F5RGB
rgb(151, 148, 245)HSL
hsl(242, 83%, 77%)OKLCH
oklch(0.71 0.14 283.6)CMYK
cmyk(38%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7470F2
2#514CEE
3#2E28EB
4#1B14D8
5#1611B4
6#120D90
7#0D0A6C
8#090748
9#040324
Tints
Lighter variations
1#A19EF6
2#ACA9F7
3#B6B4F8
4#C1BFF9
5#CBC9FA
6#D5D4FB
7#E0DFFC
8#EAEAFD
9#F5F4FE
Tones
Muted variations
1#9B99F0
2#A09DEB
3#A5A2E6
4#A9A7E2
5#AEACDD
6#B2B1D8
7#B7B6D3
8#BBBBCE
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 #C4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F5 | BordersInactive statesPlaceholder text |
| 400 | 615C #615CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 332D #332DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1913 #1913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140F #140FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0B #0E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | 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: #C4C2F9;
--sky-blue-300: #9794F5;
--sky-blue-400: #615CF0;
--sky-blue-500: #332DEB;
--sky-blue-600: #1913CD;
--sky-blue-700: #140FA3;
--sky-blue-800: #0E0B75;
--sky-blue-900: #09074B;
--sky-blue-950: #06042F;
}