Sky Blue
#96CEF3
BlueColor Codes
All color formats for development
HEX
#96CEF3RGB
rgb(150, 206, 243)HSL
hsl(204, 79%, 77%)OKLCH
oklch(0.826 0.078 237.9)CMYK
cmyk(38%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73BDEF
2#50ADEA
3#2D9CE6
4#1988D3
5#1572B0
6#105B8D
7#0C4469
8#082D46
9#041723
Tints
Lighter variations
1#A1D3F4
2#ABD7F5
3#B6DCF6
4#C0E1F8
5#CBE6F9
6#D5EBFA
7#E0F0FB
8#EAF5FD
9#F5FAFE
Tones
Muted variations
1#9BCDEE
2#9FCCE9
3#A4CBE5
4#A9CAE0
5#ADC9DC
6#B2C8D7
7#B6C7D2
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CE #96CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB4 #5FB4EC | Disabled statesSecondary iconsMuted text |
| 500 | 329E #329EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1882 #1882C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1367 #1367A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E3F8;
--sky-blue-300: #96CEF3;
--sky-blue-400: #5FB4EC;
--sky-blue-500: #329EE7;
--sky-blue-600: #1882C9;
--sky-blue-700: #1367A0;
--sky-blue-800: #0D4A72;
--sky-blue-900: #092F49;
--sky-blue-950: #051E2E;
}