Sky Blue
#96BDF3
BlueColor Codes
All color formats for development
HEX
#96BDF3RGB
rgb(150, 189, 243)HSL
hsl(215, 79%, 77%)OKLCH
oklch(0.79 0.088 256.6)CMYK
cmyk(38%, 22%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73A6EF
2#5090EA
3#2D7AE6
4#1966D3
5#1555B0
6#10448D
7#0C3369
8#082246
9#041123
Tints
Lighter variations
1#A1C3F4
2#ABCAF5
3#B6D1F6
4#C0D7F8
5#CBDEF9
6#D5E4FA
7#E0EBFB
8#EAF2FD
9#F5F8FE
Tones
Muted variations
1#9BBDEE
2#9FBEE9
3#A4BFE5
4#A9C0E0
5#ADC0DC
6#B2C1D7
7#B6C2D2
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BD #96BDF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9A #5F9AEC | Disabled statesSecondary iconsMuted text |
| 500 | 327D #327DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1861 #1861C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 134D #134DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D37 #0D3772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092349 | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFEBFB;
--sky-blue-200: #C4D9F8;
--sky-blue-300: #96BDF3;
--sky-blue-400: #5F9AEC;
--sky-blue-500: #327DE7;
--sky-blue-600: #1861C9;
--sky-blue-700: #134DA0;
--sky-blue-800: #0D3772;
--sky-blue-900: #092349;
--sky-blue-950: #05162E;
}