Sky Blue
#968DFB
BlueColor Codes
All color formats for development
HEX
#968DFBRGB
rgb(150, 141, 251)HSL
hsl(245, 93%, 77%)OKLCH
oklch(0.699 0.158 285.3)CMYK
cmyk(40%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7468FA
2#5142F8
3#2E1CF7
4#1B08E3
5#1607BD
6#120598
7#0D0472
8#09034C
9#040126
Tints
Lighter variations
1#A199FB
2#ACA4FC
3#B6B0FC
4#C1BBFD
5#CBC6FD
6#D5D2FD
7#E0DDFE
8#EAE8FE
9#F5F4FF
Tones
Muted variations
1#9B93F5
2#A099F0
3#A59EEB
4#A9A4E5
5#AEA9E0
6#B2AFDA
7#B7B4D5
8#BBB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFB | BordersInactive statesPlaceholder text |
| 400 | 6153 #6153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3322 #3322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1908 #1908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1406 #1406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0903 #09034F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FE;
--sky-blue-100: #DFDDFE;
--sky-blue-200: #C4BFFD;
--sky-blue-300: #978EFB;
--sky-blue-400: #6153F9;
--sky-blue-500: #3322F7;
--sky-blue-600: #1908D9;
--sky-blue-700: #1406AC;
--sky-blue-800: #0E047B;
--sky-blue-900: #09034F;
--sky-blue-950: #060231;
}