Sky Blue
#96BBF3
BlueColor Codes
All color formats for development
HEX
#96BBF3RGB
rgb(150, 187, 243)HSL
hsl(216, 79%, 77%)OKLCH
oklch(0.786 0.09 258.5)CMYK
cmyk(38%, 23%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73A4EF
2#508EEA
3#2D77E6
4#1963D3
5#1553B0
6#10428D
7#0C3269
8#082146
9#041123
Tints
Lighter variations
1#A1C2F4
2#ABC9F5
3#B6CFF6
4#C0D6F8
5#CBDDF9
6#D5E4FA
7#E0EBFB
8#EAF1FD
9#F5F8FE
Tones
Muted variations
1#9BBCEE
2#9FBDE9
3#A4BEE5
4#A9BFE0
5#ADC0DC
6#B2C1D7
7#B6C2D2
8#BBC2CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BB #96BBF3 | BordersInactive statesPlaceholder text |
| 400 | 5F98 #5F98EC | Disabled statesSecondary iconsMuted text |
| 500 | 327A #327AE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 185E #185EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 134B #134BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D36 #0D3672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0922 #092249 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFEAFB;
--sky-blue-200: #C4D9F8;
--sky-blue-300: #96BBF3;
--sky-blue-400: #5F98EC;
--sky-blue-500: #327AE7;
--sky-blue-600: #185EC9;
--sky-blue-700: #134BA0;
--sky-blue-800: #0D3672;
--sky-blue-900: #092249;
--sky-blue-950: #05152E;
}