Sky Blue
#9596F4
BlueColor Codes
All color formats for development
HEX
#9596F4RGB
rgb(149, 150, 244)HSL
hsl(239, 81%, 77%)OKLCH
oklch(0.711 0.136 281.9)CMYK
cmyk(39%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7173F0
2#4E50EC
3#2A2DE9
4#161AD5
5#1315B2
6#0F118E
7#0B0D6B
8#070947
9#040424
Tints
Lighter variations
1#9FA1F5
2#AAABF6
3#B5B6F7
4#BFC0F8
5#CACBF9
6#D5D5FB
7#DFE0FC
8#EAEAFD
9#F4F5FE
Tones
Muted variations
1#9A9BEF
2#9EA0EA
3#A3A4E6
4#A8A9E1
5#ADADDC
6#B1B2D7
7#B6B7D3
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9596 #9596F4 | BordersInactive statesPlaceholder text |
| 400 | 5D60 #5D60EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F32 #2F32E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1518 #1518CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1113 #1113A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0E #0C0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #08094A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DFDFFC;
--sky-blue-200: #C3C4F9;
--sky-blue-300: #9596F4;
--sky-blue-400: #5D60EE;
--sky-blue-500: #2F32E9;
--sky-blue-600: #1518CB;
--sky-blue-700: #1113A2;
--sky-blue-800: #0C0E73;
--sky-blue-900: #08094A;
--sky-blue-950: #05062E;
}