Sky Blue
#96A5F3
BlueColor Codes
All color formats for development
HEX
#96A5F3RGB
rgb(150, 165, 243)HSL
hsl(230, 79%, 77%)OKLCH
oklch(0.741 0.114 275)CMYK
cmyk(38%, 32%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7387EF
2#506AEA
3#2D4CE6
4#1938D3
5#152EB0
6#10258D
7#0C1C69
8#081346
9#040923
Tints
Lighter variations
1#A1AEF4
2#ABB7F5
3#B6C0F6
4#C0C9F8
5#CBD2F9
6#D5DBFA
7#E0E4FB
8#EAEDFD
9#F5F6FE
Tones
Muted variations
1#9BA9EE
2#9FACE9
3#A4AFE5
4#A9B2E0
5#ADB5DC
6#B2B8D7
7#B6BBD2
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 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A5 #96A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F77 #5F77EC | Disabled statesSecondary iconsMuted text |
| 500 | 3250 #3250E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1835 #1835C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132A #132AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE4FB;
--sky-blue-200: #C4CCF8;
--sky-blue-300: #96A5F3;
--sky-blue-400: #5F77EC;
--sky-blue-500: #3250E7;
--sky-blue-600: #1835C9;
--sky-blue-700: #132AA0;
--sky-blue-800: #0D1E72;
--sky-blue-900: #091349;
--sky-blue-950: #050C2E;
}