Sky Blue
#96D7F3
BlueColor Codes
All color formats for development
HEX
#96D7F3RGB
rgb(150, 215, 243)HSL
hsl(198, 79%, 77%)OKLCH
oklch(0.845 0.076 226.7)CMYK
cmyk(38%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73C9EF
2#50BCEA
3#2DAFE6
4#199BD3
5#1581B0
6#10678D
7#0C4E69
8#083446
9#041A23
Tints
Lighter variations
1#A1DBF4
2#ABDFF5
3#B6E3F6
4#C0E7F8
5#CBEBF9
6#D5EFFA
7#E0F3FB
8#EAF7FD
9#F5FBFE
Tones
Muted variations
1#9BD5EE
2#9FD3E9
3#A4D1E5
4#A9CFE0
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 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D7 #96D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC2 #5FC2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B1 #32B1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1894 #1894C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1375 #1375A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | 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: #C4E8F8;
--sky-blue-300: #96D7F3;
--sky-blue-400: #5FC2EC;
--sky-blue-500: #32B1E7;
--sky-blue-600: #1894C9;
--sky-blue-700: #1375A0;
--sky-blue-800: #0D5472;
--sky-blue-900: #093649;
--sky-blue-950: #05222E;
}