Sky Blue
#96CBF3
BlueColor Codes
All color formats for development
HEX
#96CBF3RGB
rgb(150, 203, 243)HSL
hsl(206, 79%, 77%)OKLCH
oklch(0.819 0.079 241.5)CMYK
cmyk(38%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73B9EF
2#50A7EA
3#2D96E6
4#1982D3
5#156DB0
6#10578D
7#0C4169
8#082B46
9#041623
Tints
Lighter variations
1#A1D0F4
2#ABD5F5
3#B6DAF6
4#C0E0F8
5#CBE5F9
6#D5EAFA
7#E0EFFB
8#EAF5FD
9#F5FAFE
Tones
Muted variations
1#9BCAEE
2#9FC9E9
3#A4C9E5
4#A9C8E0
5#ADC7DC
6#B2C7D7
7#B6C6D2
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CB #96CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FAF #5FAFEC | Disabled statesSecondary iconsMuted text |
| 500 | 3298 #3298E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187C #187CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1363 #1363A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D46 #0D4672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E1F8;
--sky-blue-300: #96CBF3;
--sky-blue-400: #5FAFEC;
--sky-blue-500: #3298E7;
--sky-blue-600: #187CC9;
--sky-blue-700: #1363A0;
--sky-blue-800: #0D4672;
--sky-blue-900: #092D49;
--sky-blue-950: #051C2E;
}