Sky Blue
#96DAF3
BlueColor Codes
All color formats for development
HEX
#96DAF3RGB
rgb(150, 218, 243)HSL
hsl(196, 79%, 77%)OKLCH
oklch(0.852 0.077 223)CMYK
cmyk(38%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73CEEF
2#50C1EA
3#2DB5E6
4#19A1D3
5#1586B0
6#106B8D
7#0C5169
8#083646
9#041B23
Tints
Lighter variations
1#A1DEF4
2#ABE1F5
3#B6E5F6
4#C0E9F8
5#CBECF9
6#D5F0FA
7#E0F4FB
8#EAF8FD
9#F5FBFE
Tones
Muted variations
1#9BD8EE
2#9FD6E9
3#A4D3E5
4#A9D1E0
5#ADCFDC
6#B2CDD7
7#B6CBD2
8#BBC9CE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DA #96DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5FC7 #5FC7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B7 #32B7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 189A #189AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 137A #137AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D57 #0D5772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EAF8;
--sky-blue-300: #96DAF3;
--sky-blue-400: #5FC7EC;
--sky-blue-500: #32B7E7;
--sky-blue-600: #189AC9;
--sky-blue-700: #137AA0;
--sky-blue-800: #0D5772;
--sky-blue-900: #093849;
--sky-blue-950: #05232E;
}