Sky Blue
#959AF4
BlueColor Codes
All color formats for development
HEX
#959AF4RGB
rgb(149, 154, 244)HSL
hsl(237, 81%, 77%)OKLCH
oklch(0.719 0.13 280.2)CMYK
cmyk(39%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7178F0
2#4E56EC
3#2A34E9
4#1620D5
5#131BB2
6#0F158E
7#0B106B
8#070B47
9#040524
Tints
Lighter variations
1#9FA4F5
2#AAAEF6
3#B5B8F7
4#BFC2F8
5#CACCF9
6#D5D6FB
7#DFE1FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#9A9EEF
2#9EA2EA
3#A3A6E6
4#A8ABE1
5#ADAFDC
6#B1B3D7
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 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF4 | BordersInactive statesPlaceholder text |
| 400 | 5D65 #5D65EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F39 #2F39E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151E #151ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1118 #1118A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C11 #0C1173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B4A | 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: #F1F2FE;
--sky-blue-100: #DFE0FC;
--sky-blue-200: #C3C6F9;
--sky-blue-300: #959AF4;
--sky-blue-400: #5D65EE;
--sky-blue-500: #2F39E9;
--sky-blue-600: #151ECB;
--sky-blue-700: #1118A2;
--sky-blue-800: #0C1173;
--sky-blue-900: #080B4A;
--sky-blue-950: #05072E;
}