Sky Blue
#9696F3
BlueColor Codes
All color formats for development
HEX
#9696F3RGB
rgb(150, 150, 243)HSL
hsl(240, 79%, 77%)OKLCH
oklch(0.712 0.134 282.4)CMYK
cmyk(38%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7373EF
2#5050EA
3#2D2DE6
4#1919D3
5#1515B0
6#10108D
7#0C0C69
8#080846
9#040423
Tints
Lighter variations
1#A1A1F4
2#ABABF5
3#B6B6F6
4#C0C0F8
5#CBCBF9
6#D5D5FA
7#E0E0FB
8#EAEAFD
9#F5F5FE
Tones
Muted variations
1#9B9BEE
2#9F9FE9
3#A4A4E5
4#A9A9E0
5#ADADDC
6#B2B2D7
7#B6B6D2
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9696 #9696F3 | BordersInactive statesPlaceholder text |
| 400 | 5F5F #5F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3232 #3232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1818 #1818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1313 #1313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FD;
--sky-blue-100: #DFDFFB;
--sky-blue-200: #C4C4F8;
--sky-blue-300: #9696F3;
--sky-blue-400: #5F5FEC;
--sky-blue-500: #3232E7;
--sky-blue-600: #1818C9;
--sky-blue-700: #1313A0;
--sky-blue-800: #0D0D72;
--sky-blue-900: #090949;
--sky-blue-950: #05052E;
}