Sky Blue
#969BF3
BlueColor Codes
All color formats for development
HEX
#969BF3RGB
rgb(150, 155, 243)HSL
hsl(237, 79%, 77%)OKLCH
oklch(0.721 0.127 280.2)CMYK
cmyk(38%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7379EF
2#5057EA
3#2D36E6
4#1922D3
5#151CB0
6#10178D
7#0C1169
8#080B46
9#040623
Tints
Lighter variations
1#A1A5F4
2#ABAFF5
3#B6B9F6
4#C0C3F8
5#CBCDF9
6#D5D7FA
7#E0E1FB
8#EAEBFD
9#F5F5FE
Tones
Muted variations
1#9B9FEE
2#9FA3E9
3#A4A7E5
4#A9ABE0
5#ADAFDC
6#B2B4D7
7#B6B8D2
8#BBBCCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969B #969BF3 | BordersInactive statesPlaceholder text |
| 400 | 5F66 #5F66EC | Disabled statesSecondary iconsMuted text |
| 500 | 323B #323BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1820 #1820C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131A #131AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FD;
--sky-blue-100: #DFE0FB;
--sky-blue-200: #C4C6F8;
--sky-blue-300: #969BF3;
--sky-blue-400: #5F66EC;
--sky-blue-500: #323BE7;
--sky-blue-600: #1820C9;
--sky-blue-700: #131AA0;
--sky-blue-800: #0D1272;
--sky-blue-900: #090C49;
--sky-blue-950: #05072E;
}