Sky Blue
#96A9F3
BlueColor Codes
All color formats for development
HEX
#96A9F3RGB
rgb(150, 169, 243)HSL
hsl(228, 79%, 77%)OKLCH
oklch(0.749 0.109 272.5)CMYK
cmyk(38%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#738CEF
2#506FEA
3#2D52E6
4#193ED3
5#1534B0
6#10298D
7#0C1F69
8#081546
9#040A23
Tints
Lighter variations
1#A1B1F4
2#ABBAF5
3#B6C2F6
4#C0CBF8
5#CBD4F9
6#D5DCFA
7#E0E5FB
8#EAEEFD
9#F5F6FE
Tones
Muted variations
1#9BABEE
2#9FAEE9
3#A4B1E5
4#A9B4E0
5#ADB6DC
6#B2B9D7
7#B6BCD2
8#BBBFCE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CE #C4CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A9 #96A9F3 | BordersInactive statesPlaceholder text |
| 400 | 5F7B #5F7BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3256 #3256E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 183B #183BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132F #132FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D22 #0D2272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE5FB;
--sky-blue-200: #C4CEF8;
--sky-blue-300: #96A9F3;
--sky-blue-400: #5F7BEC;
--sky-blue-500: #3256E7;
--sky-blue-600: #183BC9;
--sky-blue-700: #132FA0;
--sky-blue-800: #0D2272;
--sky-blue-900: #091549;
--sky-blue-950: #050D2E;
}