Sky Blue
#96AAF3
BlueColor Codes
All color formats for development
HEX
#96AAF3RGB
rgb(150, 170, 243)HSL
hsl(227, 79%, 77%)OKLCH
oklch(0.751 0.108 271.9)CMYK
cmyk(38%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#738EEF
2#5071EA
3#2D55E6
4#1941D3
5#1536B0
6#102B8D
7#0C2169
8#081646
9#040B23
Tints
Lighter variations
1#A1B3F4
2#ABBBF5
3#B6C4F6
4#C0CCF8
5#CBD5F9
6#D5DDFA
7#E0E6FB
8#EAEEFD
9#F5F7FE
Tones
Muted variations
1#9BADEE
2#9FAFE9
3#A4B2E5
4#A9B5E0
5#ADB7DC
6#B2BAD7
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 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AA #96AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5F7E #5F7EEC | Disabled statesSecondary iconsMuted text |
| 500 | 3259 #3259E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 183E #183EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1331 #1331A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | 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: #C4CFF8;
--sky-blue-300: #96AAF3;
--sky-blue-400: #5F7EEC;
--sky-blue-500: #3259E7;
--sky-blue-600: #183EC9;
--sky-blue-700: #1331A0;
--sky-blue-800: #0D2372;
--sky-blue-900: #091749;
--sky-blue-950: #050E2E;
}