Sky Blue
#96B3F3
BlueColor Codes
All color formats for development
HEX
#96B3F3RGB
rgb(150, 179, 243)HSL
hsl(221, 79%, 77%)OKLCH
oklch(0.769 0.098 265.4)CMYK
cmyk(38%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#739AEF
2#5081EA
3#2D67E6
4#1954D3
5#1546B0
6#10388D
7#0C2A69
8#081C46
9#040E23
Tints
Lighter variations
1#A1BBF4
2#ABC2F5
3#B6CAF6
4#C0D2F8
5#CBD9F9
6#D5E1FA
7#E0E8FB
8#EAF0FD
9#F5F7FE
Tones
Muted variations
1#9BB5EE
2#9FB7E9
3#A4B8E5
4#A9BAE0
5#ADBCDC
6#B2BED7
7#B6BFD2
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 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B3 #96B3F3 | BordersInactive statesPlaceholder text |
| 400 | 5F8C #5F8CEC | Disabled statesSecondary iconsMuted text |
| 500 | 326B #326BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1850 #1850C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 133F #133FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2D #0D2D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0512 #05122E | 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: #C4D4F8;
--sky-blue-300: #96B3F3;
--sky-blue-400: #5F8CEC;
--sky-blue-500: #326BE7;
--sky-blue-600: #1850C9;
--sky-blue-700: #133FA0;
--sky-blue-800: #0D2D72;
--sky-blue-900: #091D49;
--sky-blue-950: #05122E;
}