Sky Blue
#96D2F3
BlueColor Codes
All color formats for development
HEX
#96D2F3RGB
rgb(150, 210, 243)HSL
hsl(201, 79%, 77%)OKLCH
oklch(0.834 0.077 233)CMYK
cmyk(38%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73C3EF
2#50B4EA
3#2DA5E6
4#1992D3
5#1579B0
6#10618D
7#0C4969
8#083146
9#041823
Tints
Lighter variations
1#A1D7F4
2#ABDBF5
3#B6E0F6
4#C0E4F8
5#CBE9F9
6#D5EDFA
7#E0F2FB
8#EAF6FD
9#F5FBFE
Tones
Muted variations
1#9BD1EE
2#9FCFE9
3#A4CEE5
4#A9CDE0
5#ADCBDC
6#B2CAD7
7#B6C9D2
8#BBC7CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D2 #96D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBB #5FBBEC | Disabled statesSecondary iconsMuted text |
| 500 | 32A7 #32A7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188B #188BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136E #136EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF1FB;
--sky-blue-200: #C4E6F8;
--sky-blue-300: #96D2F3;
--sky-blue-400: #5FBBEC;
--sky-blue-500: #32A7E7;
--sky-blue-600: #188BC9;
--sky-blue-700: #136EA0;
--sky-blue-800: #0D4F72;
--sky-blue-900: #093249;
--sky-blue-950: #05202E;
}