Sky Blue
#96ACF3
BlueColor Codes
All color formats for development
HEX
#96ACF3RGB
rgb(150, 172, 243)HSL
hsl(226, 79%, 77%)OKLCH
oklch(0.755 0.106 270.5)CMYK
cmyk(38%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7390EF
2#5074EA
3#2D58E6
4#1944D3
5#1539B0
6#102D8D
7#0C2269
8#081746
9#040B23
Tints
Lighter variations
1#A1B4F4
2#ABBCF5
3#B6C5F6
4#C0CDF8
5#CBD5F9
6#D5DEFA
7#E0E6FB
8#EAEEFD
9#F5F7FE
Tones
Muted variations
1#9BAEEE
2#9FB1E9
3#A4B3E5
4#A9B6E0
5#ADB8DC
6#B2BAD7
7#B6BDD2
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 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AC #96ACF3 | BordersInactive statesPlaceholder text |
| 400 | 5F80 #5F80EC | Disabled statesSecondary iconsMuted text |
| 500 | 325C #325CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1841 #1841C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1334 #1334A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE6FB;
--sky-blue-200: #C4D0F8;
--sky-blue-300: #96ACF3;
--sky-blue-400: #5F80EC;
--sky-blue-500: #325CE7;
--sky-blue-600: #1841C9;
--sky-blue-700: #1334A0;
--sky-blue-800: #0D2572;
--sky-blue-900: #091849;
--sky-blue-950: #050F2E;
}