Sky Blue
#959DF4
BlueColor Codes
All color formats for development
HEX
#959DF4RGB
rgb(149, 157, 244)HSL
hsl(235, 81%, 77%)OKLCH
oklch(0.725 0.126 278.7)CMYK
cmyk(39%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#717CF0
2#4E5BEC
3#2A3AE9
4#1626D5
5#1320B2
6#0F1A8E
7#0B136B
8#070D47
9#040624
Tints
Lighter variations
1#9FA7F5
2#AAB0F6
3#B5BAF7
4#BFC4F8
5#CACEF9
6#D5D8FB
7#DFE2FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#9AA1EF
2#9EA5EA
3#A3A9E6
4#A8ADE1
5#ADB1DC
6#B1B5D7
7#B6B8D3
8#BBBCCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959D #959DF4 | BordersInactive statesPlaceholder text |
| 400 | 5D6A #5D6AEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F3F #2F3FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1524 #1524CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 111D #111DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C15 #0C1573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DFE1FC;
--sky-blue-200: #C3C7F9;
--sky-blue-300: #959DF4;
--sky-blue-400: #5D6AEE;
--sky-blue-500: #2F3FE9;
--sky-blue-600: #1524CB;
--sky-blue-700: #111DA2;
--sky-blue-800: #0C1573;
--sky-blue-900: #080D4A;
--sky-blue-950: #05082E;
}