Sky Blue
#96A2F3
BlueColor Codes
All color formats for development
HEX
#96A2F3RGB
rgb(150, 162, 243)HSL
hsl(232, 79%, 77%)OKLCH
oklch(0.735 0.118 276.7)CMYK
cmyk(38%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7383EF
2#5064EA
3#2D45E6
4#1932D3
5#1529B0
6#10218D
7#0C1969
8#081146
9#040823
Tints
Lighter variations
1#A1ACF4
2#ABB5F5
3#B6BEF6
4#C0C7F8
5#CBD1F9
6#D5DAFA
7#E0E3FB
8#EAECFD
9#F5F6FE
Tones
Muted variations
1#9BA6EE
2#9FA9E9
3#A4ADE5
4#A9B0E0
5#ADB3DC
6#B2B7D7
7#B6BAD2
8#BBBECE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A2 #96A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5F72 #5F72EC | Disabled statesSecondary iconsMuted text |
| 500 | 324A #324AE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182F #182FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1326 #1326A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1B #0D1B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE3FB;
--sky-blue-200: #C4CBF8;
--sky-blue-300: #96A2F3;
--sky-blue-400: #5F72EC;
--sky-blue-500: #324AE7;
--sky-blue-600: #182FC9;
--sky-blue-700: #1326A0;
--sky-blue-800: #0D1B72;
--sky-blue-900: #091149;
--sky-blue-950: #050B2E;
}