Sky Blue
#9F94F5
BlueColor Codes
All color formats for development
HEX
#9F94F5RGB
rgb(159, 148, 245)HSL
hsl(247, 83%, 77%)OKLCH
oklch(0.716 0.139 287.5)CMYK
cmyk(35%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F70F2
2#5F4CEE
3#3F28EB
4#2B14D8
5#2411B4
6#1D0D90
7#150A6C
8#0E0748
9#070324
Tints
Lighter variations
1#A99EF6
2#B2A9F7
3#BCB4F8
4#C5BFF9
5#CFC9FA
6#D9D4FB
7#E2DFFC
8#ECEAFD
9#F5F4FE
Tones
Muted variations
1#A399F0
2#A69DEB
3#AAA2E6
4#AEA7E2
5#B2ACDD
6#B5B1D8
7#B9B6D3
8#BDBBCE
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 | C9C2 #C9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F5 | BordersInactive statesPlaceholder text |
| 400 | 6D5C #6D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 432D #432DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2913 #2913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200F #200FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170B #170B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | 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: #C9C2F9;
--sky-blue-300: #9F94F5;
--sky-blue-400: #6D5CF0;
--sky-blue-500: #432DEB;
--sky-blue-600: #2913CD;
--sky-blue-700: #200FA3;
--sky-blue-800: #170B75;
--sky-blue-900: #0F074B;
--sky-blue-950: #09042F;
}