Sky Blue
#96C3F3
BlueColor Codes
All color formats for development
HEX
#96C3F3RGB
rgb(150, 195, 243)HSL
hsl(211, 79%, 77%)OKLCH
oklch(0.802 0.084 250.5)CMYK
cmyk(38%, 20%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73AFEF
2#509BEA
3#2D86E6
4#1973D3
5#1560B0
6#104C8D
7#0C3969
8#082646
9#041323
Tints
Lighter variations
1#A1C9F4
2#ABCFF5
3#B6D5F6
4#C0DBF8
5#CBE1F9
6#D5E7FA
7#E0EDFB
8#EAF3FD
9#F5F9FE
Tones
Muted variations
1#9BC3EE
2#9FC3E9
3#A4C3E5
4#A9C3E0
5#ADC4DC
6#B2C4D7
7#B6C4D2
8#BBC4CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C3 #96C3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA3 #5FA3EC | Disabled statesSecondary iconsMuted text |
| 500 | 3289 #3289E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 186D #186DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1357 #1357A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3E #0D3E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DDF8;
--sky-blue-300: #96C3F3;
--sky-blue-400: #5FA3EC;
--sky-blue-500: #3289E7;
--sky-blue-600: #186DC9;
--sky-blue-700: #1357A0;
--sky-blue-800: #0D3E72;
--sky-blue-900: #092849;
--sky-blue-950: #05192E;
}