Sky Blue
#959FF3
BlueColor Codes
All color formats for development
HEX
#959FF3RGB
rgb(149, 159, 243)HSL
hsl(234, 80%, 77%)OKLCH
oklch(0.728 0.122 277.7)CMYK
cmyk(39%, 35%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727FEF
2#4F5EEB
3#2B3EE7
4#182AD4
5#1423B1
6#101C8D
7#0C156A
8#080E47
9#040723
Tints
Lighter variations
1#A0A8F4
2#ABB2F6
3#B5BCF7
4#C0C5F8
5#CACFF9
6#D5D9FA
7#DFE2FB
8#EAECFD
9#F4F5FE
Tones
Muted variations
1#9AA3EF
2#9FA6EA
3#A4AAE5
4#A8AEE1
5#ADB2DC
6#B2B5D7
7#B6B9D2
8#BBBDCE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959F #959FF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6D #5E6DED | Disabled statesSecondary iconsMuted text |
| 500 | 3043 #3043E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1628 #1628CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1220 #1220A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F49 | 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: #DFE2FB;
--sky-blue-200: #C3C9F8;
--sky-blue-300: #959FF3;
--sky-blue-400: #5E6DED;
--sky-blue-500: #3043E8;
--sky-blue-600: #1628CA;
--sky-blue-700: #1220A1;
--sky-blue-800: #0D1773;
--sky-blue-900: #080F49;
--sky-blue-950: #05092E;
}