Sky Blue
#96C4F3
BlueColor Codes
All color formats for development
HEX
#96C4F3RGB
rgb(150, 196, 243)HSL
hsl(210, 79%, 77%)OKLCH
oklch(0.805 0.083 249.4)CMYK
cmyk(38%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73B1EF
2#509DEA
3#2D89E6
4#1976D3
5#1562B0
6#104F8D
7#0C3B69
8#082746
9#041423
Tints
Lighter variations
1#A1CAF4
2#ABD0F5
3#B6D6F6
4#C0DCF8
5#CBE2F9
6#D5E8FA
7#E0EDFB
8#EAF3FD
9#F5F9FE
Tones
Muted variations
1#9BC4EE
2#9FC4E9
3#A4C4E5
4#A9C4E0
5#ADC4DC
6#B2C4D7
7#B6C4D2
8#BBC4CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C4 #96C4F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA6 #5FA6EC | Disabled statesSecondary iconsMuted text |
| 500 | 328C #328CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1870 #1870C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1359 #1359A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D40 #0D4072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DEF8;
--sky-blue-300: #96C4F3;
--sky-blue-400: #5FA6EC;
--sky-blue-500: #328CE7;
--sky-blue-600: #1870C9;
--sky-blue-700: #1359A0;
--sky-blue-800: #0D4072;
--sky-blue-900: #092949;
--sky-blue-950: #051A2E;
}