Sky Blue
#96C0F3
BlueColor Codes
All color formats for development
HEX
#96C0F3RGB
rgb(150, 192, 243)HSL
hsl(213, 79%, 77%)OKLCH
oklch(0.796 0.086 253.6)CMYK
cmyk(38%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73ABEF
2#5095EA
3#2D80E6
4#196DD3
5#155AB0
6#10488D
7#0C3669
8#082446
9#041223
Tints
Lighter variations
1#A1C6F4
2#ABCCF5
3#B6D3F6
4#C0D9F8
5#CBDFF9
6#D5E6FA
7#E0ECFB
8#EAF2FD
9#F5F9FE
Tones
Muted variations
1#9BC0EE
2#9FC1E9
3#A4C1E5
4#A9C2E0
5#ADC2DC
6#B2C2D7
7#B6C3D2
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C0 #96C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5F9F #5F9FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3283 #3283E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1867 #1867C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1352 #1352A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C4DBF8;
--sky-blue-300: #96C0F3;
--sky-blue-400: #5F9FEC;
--sky-blue-500: #3283E7;
--sky-blue-600: #1867C9;
--sky-blue-700: #1352A0;
--sky-blue-800: #0D3B72;
--sky-blue-900: #092649;
--sky-blue-950: #05172E;
}