Sky Blue
#949CF5
BlueColor Codes
All color formats for development
HEX
#949CF5RGB
rgb(148, 156, 245)HSL
hsl(235, 83%, 77%)OKLCH
oklch(0.723 0.129 278.7)CMYK
cmyk(40%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#707BF2
2#4C59EE
3#2838EB
4#1424D8
5#111EB4
6#0D1890
7#0A126C
8#070C48
9#030624
Tints
Lighter variations
1#9EA6F6
2#A9B0F7
3#B4BAF8
4#BFC3F9
5#C9CDFA
6#D4D7FB
7#DFE1FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#99A0F0
2#9DA4EB
3#A2A8E6
4#A7ACE2
5#ACB0DD
6#B1B4D8
7#B6B8D3
8#BBBCCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF5 | BordersInactive statesPlaceholder text |
| 400 | 5C68 #5C68F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3D #2D3DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1323 #1323CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1C #0F1CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE1FC;
--sky-blue-200: #C2C7F9;
--sky-blue-300: #949CF5;
--sky-blue-400: #5C68F0;
--sky-blue-500: #2D3DEB;
--sky-blue-600: #1323CD;
--sky-blue-700: #0F1CA3;
--sky-blue-800: #0B1475;
--sky-blue-900: #070D4B;
--sky-blue-950: #04082F;
}