Sky Blue
#969EF3
BlueColor Codes
All color formats for development
HEX
#969EF3RGB
rgb(150, 158, 243)HSL
hsl(235, 79%, 77%)OKLCH
oklch(0.727 0.123 278.8)CMYK
cmyk(38%, 35%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#737DEF
2#505DEA
3#2D3CE6
4#1928D3
5#1522B0
6#101B8D
7#0C1469
8#080D46
9#040723
Tints
Lighter variations
1#A1A7F4
2#ABB1F5
3#B6BBF6
4#C0C5F8
5#CBCEF9
6#D5D8FA
7#E0E2FB
8#EAECFD
9#F5F5FE
Tones
Muted variations
1#9BA2EE
2#9FA5E9
3#A4A9E5
4#A9ADE0
5#ADB1DC
6#B2B5D7
7#B6B9D2
8#BBBDCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969E #969EF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6B #5F6BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3241 #3241E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1826 #1826C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131E #131EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D16 #0D1672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FD;
--sky-blue-100: #DFE1FB;
--sky-blue-200: #C4C8F8;
--sky-blue-300: #969EF3;
--sky-blue-400: #5F6BEC;
--sky-blue-500: #3241E7;
--sky-blue-600: #1826C9;
--sky-blue-700: #131EA0;
--sky-blue-800: #0D1672;
--sky-blue-900: #090E49;
--sky-blue-950: #05092E;
}