Sky Blue
#9C94F5
BlueColor Codes
All color formats for development
HEX
#9C94F5RGB
rgb(156, 148, 245)HSL
hsl(245, 83%, 77%)OKLCH
oklch(0.713 0.139 286.1)CMYK
cmyk(36%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B70F2
2#594CEE
3#3828EB
4#2414D8
5#1E11B4
6#180D90
7#120A6C
8#0C0748
9#060324
Tints
Lighter variations
1#A69EF6
2#B0A9F7
3#BAB4F8
4#C3BFF9
5#CDC9FA
6#D7D4FB
7#E1DFFC
8#EBEAFD
9#F5F4FE
Tones
Muted variations
1#A099F0
2#A49DEB
3#A8A2E6
4#ACA7E2
5#B0ACDD
6#B4B1D8
7#B8B6D3
8#BCBBCE
9#C0BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E1DEFC;
--sky-blue-200: #C7C2F9;
--sky-blue-300: #9C94F5;
--sky-blue-400: #685CF0;
--sky-blue-500: #3D2DEB;
--sky-blue-600: #2313CD;
--sky-blue-700: #1C0FA3;
--sky-blue-800: #140B75;
--sky-blue-900: #0D074B;
--sky-blue-950: #08042F;
}