Sky Blue
#96B6F3
BlueColor Codes
All color formats for development
HEX
#96B6F3RGB
rgb(150, 182, 243)HSL
hsl(219, 79%, 77%)OKLCH
oklch(0.775 0.095 262.9)CMYK
cmyk(38%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#739EEF
2#5086EA
3#2D6EE6
4#195AD3
5#154BB0
6#103C8D
7#0C2D69
8#081E46
9#040F23
Tints
Lighter variations
1#A1BEF4
2#ABC5F5
3#B6CCF6
4#C0D3F8
5#CBDBF9
6#D5E2FA
7#E0E9FB
8#EAF0FD
9#F5F8FE
Tones
Muted variations
1#9BB8EE
2#9FB9E9
3#A4BBE5
4#A9BCE0
5#ADBDDC
6#B2BFD7
7#B6C0D2
8#BBC2CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B6 #96B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5F91 #5F91EC | Disabled statesSecondary iconsMuted text |
| 500 | 3271 #3271E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1856 #1856C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1344 #1344A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D31 #0D3172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | 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: #F1F6FD;
--sky-blue-100: #DFE9FB;
--sky-blue-200: #C4D6F8;
--sky-blue-300: #96B6F3;
--sky-blue-400: #5F91EC;
--sky-blue-500: #3271E7;
--sky-blue-600: #1856C9;
--sky-blue-700: #1344A0;
--sky-blue-800: #0D3172;
--sky-blue-900: #091F49;
--sky-blue-950: #05132E;
}