Sky Blue
#959BF4
BlueColor Codes
All color formats for development
HEX
#959BF4RGB
rgb(149, 155, 244)HSL
hsl(236, 81%, 77%)OKLCH
oklch(0.721 0.129 279.7)CMYK
cmyk(39%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#717AF0
2#4E58EC
3#2A37E9
4#1623D5
5#131DB2
6#0F178E
7#0B126B
8#070C47
9#040624
Tints
Lighter variations
1#9FA5F5
2#AAAFF6
3#B5B9F7
4#BFC3F8
5#CACDF9
6#D5D7FB
7#DFE1FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#9A9FEF
2#9EA3EA
3#A3A8E6
4#A8ACE1
5#ADB0DC
6#B1B4D7
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 | 959B #959BF4 | BordersInactive statesPlaceholder text |
| 400 | 5D67 #5D67EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F3C #2F3CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1521 #1521CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 111B #111BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C13 #0C1373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080C #080C4A | 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: #959BF4;
--sky-blue-400: #5D67EE;
--sky-blue-500: #2F3CE9;
--sky-blue-600: #1521CB;
--sky-blue-700: #111BA2;
--sky-blue-800: #0C1373;
--sky-blue-900: #080C4A;
--sky-blue-950: #05082E;
}