Sky Blue
#96D8F3
BlueColor Codes
All color formats for development
HEX
#96D8F3RGB
rgb(150, 216, 243)HSL
hsl(197, 79%, 77%)OKLCH
oklch(0.847 0.076 225.5)CMYK
cmyk(38%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73CCEF
2#50BFEA
3#2DB2E6
4#199ED3
5#1584B0
6#10698D
7#0C4F69
8#083546
9#041A23
Tints
Lighter variations
1#A1DCF4
2#ABE0F5
3#B6E4F6
4#C0E8F8
5#CBECF9
6#D5F0FA
7#E0F3FB
8#EAF7FD
9#F5FBFE
Tones
Muted variations
1#9BD6EE
2#9FD4E9
3#A4D2E5
4#A9D0E0
5#ADCEDC
6#B2CCD7
7#B6CAD2
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D8 #96D8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC4 #5FC4EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B4 #32B4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1897 #1897C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1378 #1378A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C4E9F8;
--sky-blue-300: #96D8F3;
--sky-blue-400: #5FC4EC;
--sky-blue-500: #32B4E7;
--sky-blue-600: #1897C9;
--sky-blue-700: #1378A0;
--sky-blue-800: #0D5672;
--sky-blue-900: #093749;
--sky-blue-950: #05222E;
}