Sky Blue
#968DFC
BlueColor Codes
All color formats for development
HEX
#968DFCRGB
rgb(150, 141, 252)HSL
hsl(245, 95%, 77%)OKLCH
oklch(0.7 0.159 285.2)CMYK
cmyk(40%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7366FB
2#5040FA
3#2C1AF9
4#1906E6
5#1405BF
6#100499
7#0C0373
8#08024D
9#040126
Tints
Lighter variations
1#A098FC
2#ABA4FD
3#B5AFFD
4#C0BAFD
5#CAC6FE
6#D5D1FE
7#DFDDFE
8#EAE8FE
9#F4F4FF
Tones
Muted variations
1#9B92F6
2#9F98F1
3#A49DEB
4#A8A3E6
5#ADA8E0
6#B2AEDB
7#B6B4D5
8#BBB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFC | BordersInactive statesPlaceholder text |
| 400 | 5F51 #5F51FB | Disabled statesSecondary iconsMuted text |
| 500 | 311F #311FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1706 #1706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1304 #1304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FF;
--sky-blue-100: #DFDCFE;
--sky-blue-200: #C4BEFD;
--sky-blue-300: #968DFC;
--sky-blue-400: #5F51FB;
--sky-blue-500: #311FF9;
--sky-blue-600: #1706DB;
--sky-blue-700: #1304AE;
--sky-blue-800: #0D037C;
--sky-blue-900: #080250;
--sky-blue-950: #050132;
}