Sky Blue
#96CCF3
BlueColor Codes
All color formats for development
HEX
#96CCF3RGB
rgb(150, 204, 243)HSL
hsl(205, 79%, 77%)OKLCH
oklch(0.822 0.079 240.3)CMYK
cmyk(38%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73BBEF
2#50AAEA
3#2D99E6
4#1985D3
5#156FB0
6#10598D
7#0C4369
8#082C46
9#041623
Tints
Lighter variations
1#A1D1F4
2#ABD6F5
3#B6DBF6
4#C0E0F8
5#CBE6F9
6#D5EBFA
7#E0F0FB
8#EAF5FD
9#F5FAFE
Tones
Muted variations
1#9BCBEE
2#9FCBE9
3#A4CAE5
4#A9C9E0
5#ADC8DC
6#B2C7D7
7#B6C7D2
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 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CC #96CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB2 #5FB2EC | Disabled statesSecondary iconsMuted text |
| 500 | 329B #329BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187F #187FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1365 #1365A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E2F8;
--sky-blue-300: #96CCF3;
--sky-blue-400: #5FB2EC;
--sky-blue-500: #329BE7;
--sky-blue-600: #187FC9;
--sky-blue-700: #1365A0;
--sky-blue-800: #0D4872;
--sky-blue-900: #092E49;
--sky-blue-950: #051D2E;
}