Sky Blue
#9E96F3
BlueColor Codes
All color formats for development
HEX
#9E96F3RGB
rgb(158, 150, 243)HSL
hsl(245, 79%, 77%)OKLCH
oklch(0.718 0.133 286.5)CMYK
cmyk(35%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D73EF
2#5D50EA
3#3C2DE6
4#2819D3
5#2215B0
6#1B108D
7#140C69
8#0D0846
9#070423
Tints
Lighter variations
1#A7A1F4
2#B1ABF5
3#BBB6F6
4#C5C0F8
5#CECBF9
6#D8D5FA
7#E2E0FB
8#ECEAFD
9#F5F5FE
Tones
Muted variations
1#A29BEE
2#A59FE9
3#A9A4E5
4#ADA9E0
5#B1ADDC
6#B5B2D7
7#B9B6D2
8#BDBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E96 #9E96F3 | BordersInactive statesPlaceholder text |
| 400 | 6B5F #6B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4132 #4132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2618 #2618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E13 #1E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160D #160D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E1DFFB;
--sky-blue-200: #C8C4F8;
--sky-blue-300: #9E96F3;
--sky-blue-400: #6B5FEC;
--sky-blue-500: #4132E7;
--sky-blue-600: #2618C9;
--sky-blue-700: #1E13A0;
--sky-blue-800: #160D72;
--sky-blue-900: #0E0949;
--sky-blue-950: #09052E;
}