Sky Blue
#96A1F3
BlueColor Codes
All color formats for development
HEX
#96A1F3RGB
rgb(150, 161, 243)HSL
hsl(233, 79%, 77%)OKLCH
oklch(0.733 0.119 277.2)CMYK
cmyk(38%, 34%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7381EF
2#5062EA
3#2D42E6
4#192ED3
5#1527B0
6#101F8D
7#0C1769
8#080F46
9#040823
Tints
Lighter variations
1#A1AAF4
2#ABB4F5
3#B6BDF6
4#C0C6F8
5#CBD0F9
6#D5D9FA
7#E0E3FB
8#EAECFD
9#F5F6FE
Tones
Muted variations
1#9BA4EE
2#9FA8E9
3#A4ABE5
4#A9AFE0
5#ADB3DC
6#B2B6D7
7#B6BAD2
8#BBBDCE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A1 #96A1F3 | BordersInactive statesPlaceholder text |
| 400 | 5F70 #5F70EC | Disabled statesSecondary iconsMuted text |
| 500 | 3247 #3247E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182C #182CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1323 #1323A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE2FB;
--sky-blue-200: #C4CAF8;
--sky-blue-300: #96A1F3;
--sky-blue-400: #5F70EC;
--sky-blue-500: #3247E7;
--sky-blue-600: #182CC9;
--sky-blue-700: #1323A0;
--sky-blue-800: #0D1972;
--sky-blue-900: #091049;
--sky-blue-950: #050A2E;
}