Sky Blue
#96C7F3
BlueColor Codes
All color formats for development
HEX
#96C7F3RGB
rgb(150, 199, 243)HSL
hsl(208, 79%, 77%)OKLCH
oklch(0.811 0.081 246.1)CMYK
cmyk(38%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73B5EF
2#50A2EA
3#2D90E6
4#197CD3
5#1567B0
6#10538D
7#0C3E69
8#082946
9#041523
Tints
Lighter variations
1#A1CDF4
2#ABD3F5
3#B6D8F6
4#C0DEF8
5#CBE3F9
6#D5E9FA
7#E0EEFB
8#EAF4FD
9#F5F9FE
Tones
Muted variations
1#9BC7EE
2#9FC7E9
3#A4C7E5
4#A9C6E0
5#ADC6DC
6#B2C6D7
7#B6C5D2
8#BBC5CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C7 #96C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FAA #5FAAEC | Disabled statesSecondary iconsMuted text |
| 500 | 3292 #3292E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1876 #1876C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 135E #135EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C4E0F8;
--sky-blue-300: #96C7F3;
--sky-blue-400: #5FAAEC;
--sky-blue-500: #3292E7;
--sky-blue-600: #1876C9;
--sky-blue-700: #135EA0;
--sky-blue-800: #0D4372;
--sky-blue-900: #092B49;
--sky-blue-950: #051B2E;
}