Sky Blue
#96D5F3
BlueColor Codes
All color formats for development
HEX
#96D5F3RGB
rgb(150, 213, 243)HSL
hsl(199, 79%, 77%)OKLCH
oklch(0.841 0.076 229.2)CMYK
cmyk(38%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73C7EF
2#50B9EA
3#2DABE6
4#1998D3
5#157FB0
6#10658D
7#0C4C69
8#083346
9#041923
Tints
Lighter variations
1#A1DAF4
2#ABDEF5
3#B6E2F6
4#C0E6F8
5#CBEAF9
6#D5EEFA
7#E0F3FB
8#EAF7FD
9#F5FBFE
Tones
Muted variations
1#9BD4EE
2#9FD2E9
3#A4D0E5
4#A9CFE0
5#ADCDDC
6#B2CBD7
7#B6C9D2
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 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D5 #96D5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC0 #5FC0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32AD #32ADE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1891 #1891C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1373 #1373A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C4E7F8;
--sky-blue-300: #96D5F3;
--sky-blue-400: #5FC0EC;
--sky-blue-500: #32ADE7;
--sky-blue-600: #1891C9;
--sky-blue-700: #1373A0;
--sky-blue-800: #0D5272;
--sky-blue-900: #093549;
--sky-blue-950: #05212E;
}