Sky Blue
#96B8F3
BlueColor Codes
All color formats for development
HEX
#96B8F3RGB
rgb(150, 184, 243)HSL
hsl(218, 79%, 77%)OKLCH
oklch(0.78 0.093 261.2)CMYK
cmyk(38%, 24%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73A0EF
2#5088EA
3#2D71E6
4#195DD3
5#154DB0
6#103E8D
7#0C2E69
8#081F46
9#040F23
Tints
Lighter variations
1#A1BFF4
2#ABC6F5
3#B6CDF6
4#C0D4F8
5#CBDBF9
6#D5E3FA
7#E0EAFB
8#EAF1FD
9#F5F8FE
Tones
Muted variations
1#9BB9EE
2#9FBAE9
3#A4BCE5
4#A9BDE0
5#ADBEDC
6#B2BFD7
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 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B8 #96B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5F93 #5F93EC | Disabled statesSecondary iconsMuted text |
| 500 | 3274 #3274E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1859 #1859C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1346 #1346A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFE9FB;
--sky-blue-200: #C4D7F8;
--sky-blue-300: #96B8F3;
--sky-blue-400: #5F93EC;
--sky-blue-500: #3274E7;
--sky-blue-600: #1859C9;
--sky-blue-700: #1346A0;
--sky-blue-800: #0D3272;
--sky-blue-900: #092049;
--sky-blue-950: #05142E;
}