Sky Blue
#96BAF3
BlueColor Codes
All color formats for development
HEX
#96BAF3RGB
rgb(150, 186, 243)HSL
hsl(217, 79%, 77%)OKLCH
oklch(0.784 0.091 259.4)CMYK
cmyk(38%, 23%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73A2EF
2#508BEA
3#2D74E6
4#1960D3
5#1550B0
6#10408D
7#0C3069
8#082046
9#041023
Tints
Lighter variations
1#A1C0F4
2#ABC7F5
3#B6CEF6
4#C0D5F8
5#CBDCF9
6#D5E3FA
7#E0EAFB
8#EAF1FD
9#F5F8FE
Tones
Muted variations
1#9BBBEE
2#9FBCE9
3#A4BDE5
4#A9BEE0
5#ADBFDC
6#B2C0D7
7#B6C1D2
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 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BA #96BAF3 | BordersInactive statesPlaceholder text |
| 400 | 5F95 #5F95EC | Disabled statesSecondary iconsMuted text |
| 500 | 3277 #3277E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 185C #185CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1349 #1349A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D34 #0D3472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | 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: #C4D8F8;
--sky-blue-300: #96BAF3;
--sky-blue-400: #5F95EC;
--sky-blue-500: #3277E7;
--sky-blue-600: #185CC9;
--sky-blue-700: #1349A0;
--sky-blue-800: #0D3472;
--sky-blue-900: #092149;
--sky-blue-950: #05152E;
}