Sky Blue
#96D1F3
BlueColor Codes
All color formats for development
HEX
#96D1F3RGB
rgb(150, 209, 243)HSL
hsl(202, 79%, 77%)OKLCH
oklch(0.832 0.077 234.2)CMYK
cmyk(38%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73C1EF
2#50B2EA
3#2DA2E6
4#198FD3
5#1577B0
6#105F8D
7#0C4769
8#083046
9#041823
Tints
Lighter variations
1#A1D5F4
2#ABDAF5
3#B6DFF6
4#C0E3F8
5#CBE8F9
6#D5ECFA
7#E0F1FB
8#EAF6FD
9#F5FAFE
Tones
Muted variations
1#9BCFEE
2#9FCEE9
3#A4CDE5
4#A9CCE0
5#ADCBDC
6#B2C9D7
7#B6C8D2
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 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D1 #96D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FB9 #5FB9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A4 #32A4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1888 #1888C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136C #136CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | 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: #C4E5F8;
--sky-blue-300: #96D1F3;
--sky-blue-400: #5FB9EC;
--sky-blue-500: #32A4E7;
--sky-blue-600: #1888C9;
--sky-blue-700: #136CA0;
--sky-blue-800: #0D4D72;
--sky-blue-900: #093149;
--sky-blue-950: #051F2E;
}