Sky Blue
#959CF3
BlueColor Codes
All color formats for development
HEX
#959CF3RGB
rgb(149, 156, 243)HSL
hsl(236, 80%, 77%)OKLCH
oklch(0.722 0.126 279.2)CMYK
cmyk(39%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727AEF
2#4F59EB
3#2B38E7
4#1824D4
5#141EB1
6#10188D
7#0C126A
8#080C47
9#040623
Tints
Lighter variations
1#A0A6F4
2#ABB0F6
3#B5B9F7
4#C0C3F8
5#CACDF9
6#D5D7FA
7#DFE1FB
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#9AA0EF
2#9FA4EA
3#A4A8E5
4#A8ACE1
5#ADB0DC
6#B2B4D7
7#B6B8D2
8#BBBCCE
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 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | 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: #F1F2FD;
--sky-blue-100: #DFE1FB;
--sky-blue-200: #C3C7F8;
--sky-blue-300: #959CF3;
--sky-blue-400: #5E68ED;
--sky-blue-500: #303DE8;
--sky-blue-600: #1622CA;
--sky-blue-700: #121BA1;
--sky-blue-800: #0D1473;
--sky-blue-900: #080D49;
--sky-blue-950: #05082E;
}