Sky Blue
#96B2F3
BlueColor Codes
All color formats for development
HEX
#96B2F3RGB
rgb(150, 178, 243)HSL
hsl(222, 79%, 77%)OKLCH
oklch(0.767 0.099 266.2)CMYK
cmyk(38%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7398EF
2#507EEA
3#2D64E6
4#1951D3
5#1543B0
6#10368D
7#0C2869
8#081B46
9#040D23
Tints
Lighter variations
1#A1BAF4
2#ABC1F5
3#B6C9F6
4#C0D1F8
5#CBD8F9
6#D5E0FA
7#E0E8FB
8#EAF0FD
9#F5F7FE
Tones
Muted variations
1#9BB4EE
2#9FB6E9
3#A4B7E5
4#A9B9E0
5#ADBBDC
6#B2BDD7
7#B6BFD2
8#BBC1CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D3 #C4D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B2 #96B2F3 | BordersInactive statesPlaceholder text |
| 400 | 5F8A #5F8AEC | Disabled statesSecondary iconsMuted text |
| 500 | 3268 #3268E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 184D #184DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 133D #133DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2C #0D2C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE8FB;
--sky-blue-200: #C4D3F8;
--sky-blue-300: #96B2F3;
--sky-blue-400: #5F8AEC;
--sky-blue-500: #3268E7;
--sky-blue-600: #184DC9;
--sky-blue-700: #133DA0;
--sky-blue-800: #0D2C72;
--sky-blue-900: #091C49;
--sky-blue-950: #05112E;
}