Sky Blue
#959DF3
BlueColor Codes
All color formats for development
HEX
#959DF3RGB
rgb(149, 157, 243)HSL
hsl(235, 80%, 77%)OKLCH
oklch(0.724 0.125 278.7)CMYK
cmyk(39%, 35%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727DEF
2#4F5CEB
3#2B3BE7
4#1827D4
5#1421B1
6#101A8D
7#0C146A
8#080D47
9#040723
Tints
Lighter variations
1#A0A7F4
2#ABB1F6
3#B5BBF7
4#C0C4F8
5#CACEF9
6#D5D8FA
7#DFE2FB
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#9AA1EF
2#9FA5EA
3#A4A9E5
4#A8ADE1
5#ADB1DC
6#B2B5D7
7#B6B9D2
8#BBBDCE
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 | C3C8 #C3C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959D #959DF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6A #5E6AED | Disabled statesSecondary iconsMuted text |
| 500 | 3040 #3040E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1625 #1625CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121E #121EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D15 #0D1573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080E #080E49 | 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: #DFE1FB;
--sky-blue-200: #C3C8F8;
--sky-blue-300: #959DF3;
--sky-blue-400: #5E6AED;
--sky-blue-500: #3040E8;
--sky-blue-600: #1625CA;
--sky-blue-700: #121EA1;
--sky-blue-800: #0D1573;
--sky-blue-900: #080E49;
--sky-blue-950: #05092E;
}