Sky Blue
#96A7F3
BlueColor Codes
All color formats for development
HEX
#96A7F3RGB
rgb(150, 167, 243)HSL
hsl(229, 79%, 77%)OKLCH
oklch(0.745 0.112 273.8)CMYK
cmyk(38%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#738AEF
2#506CEA
3#2D4FE6
4#193BD3
5#1531B0
6#10278D
7#0C1D69
8#081446
9#040A23
Tints
Lighter variations
1#A1B0F4
2#ABB9F5
3#B6C1F6
4#C0CAF8
5#CBD3F9
6#D5DCFA
7#E0E5FB
8#EAEDFD
9#F5F6FE
Tones
Muted variations
1#9BAAEE
2#9FADE9
3#A4B0E5
4#A9B3E0
5#ADB6DC
6#B2B9D7
7#B6BCD2
8#BBBECE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A7 #96A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5F79 #5F79EC | Disabled statesSecondary iconsMuted text |
| 500 | 3253 #3253E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1838 #1838C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132D #132DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D20 #0D2072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE4FB;
--sky-blue-200: #C4CDF8;
--sky-blue-300: #96A7F3;
--sky-blue-400: #5F79EC;
--sky-blue-500: #3253E7;
--sky-blue-600: #1838C9;
--sky-blue-700: #132DA0;
--sky-blue-800: #0D2072;
--sky-blue-900: #091449;
--sky-blue-950: #050D2E;
}