Sky Blue
#9F96F3
BlueColor Codes
All color formats for development
HEX
#9F96F3RGB
rgb(159, 150, 243)HSL
hsl(246, 79%, 77%)OKLCH
oklch(0.719 0.133 287)CMYK
cmyk(35%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F73EF
2#5F50EA
3#3F2DE6
4#2B19D3
5#2415B0
6#1D108D
7#160C69
8#0E0846
9#070423
Tints
Lighter variations
1#A9A1F4
2#B2ABF5
3#BCB6F6
4#C6C0F8
5#CFCBF9
6#D9D5FA
7#E2E0FB
8#ECEAFD
9#F5F5FE
Tones
Muted variations
1#A39BEE
2#A79FE9
3#AAA4E5
4#AEA9E0
5#B2ADDC
6#B6B2D7
7#B9B6D2
8#BDBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F96 #9F96F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5F #6D5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4432 #4432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2918 #2918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2113 #2113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | 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: #F3F1FD;
--sky-blue-100: #E2DFFB;
--sky-blue-200: #C9C4F8;
--sky-blue-300: #9F96F3;
--sky-blue-400: #6D5FEC;
--sky-blue-500: #4432E7;
--sky-blue-600: #2918C9;
--sky-blue-700: #2113A0;
--sky-blue-800: #170D72;
--sky-blue-900: #0F0949;
--sky-blue-950: #09052E;
}