Sky Blue
#96B5F3
BlueColor Codes
All color formats for development
HEX
#96B5F3RGB
rgb(150, 181, 243)HSL
hsl(220, 79%, 77%)OKLCH
oklch(0.773 0.096 263.8)CMYK
cmyk(38%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#739CEF
2#5083EA
3#2D6AE6
4#1957D3
5#1548B0
6#103A8D
7#0C2B69
8#081D46
9#040E23
Tints
Lighter variations
1#A1BCF4
2#ABC4F5
3#B6CBF6
4#C0D3F8
5#CBDAF9
6#D5E1FA
7#E0E9FB
8#EAF0FD
9#F5F8FE
Tones
Muted variations
1#9BB6EE
2#9FB8E9
3#A4BAE5
4#A9BBE0
5#ADBDDC
6#B2BED7
7#B6C0D2
8#BBC1CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B5 #96B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F8E #5F8EEC | Disabled statesSecondary iconsMuted text |
| 500 | 326E #326EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1853 #1853C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1342 #1342A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE8FB;
--sky-blue-200: #C4D5F8;
--sky-blue-300: #96B5F3;
--sky-blue-400: #5F8EEC;
--sky-blue-500: #326EE7;
--sky-blue-600: #1853C9;
--sky-blue-700: #1342A0;
--sky-blue-800: #0D2F72;
--sky-blue-900: #091E49;
--sky-blue-950: #05132E;
}