Sky Blue
#978BFD
BlueColor Codes
All color formats for development
HEX
#978BFDRGB
rgb(151, 139, 253)HSL
hsl(246, 97%, 77%)OKLCH
oklch(0.697 0.163 286.2)CMYK
cmyk(40%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7465FD
2#513EFC
3#2E17FB
4#1A04E8
5#1603C1
6#12029B
7#0D0274
8#09014D
9#040127
Tints
Lighter variations
1#A197FD
2#ACA3FE
3#B6AEFE
4#C1BAFE
5#CBC5FE
6#D5D1FE
7#E0DCFE
8#EAE8FF
9#F5F3FF
Tones
Muted variations
1#9B91F8
2#A097F2
3#A49DEC
4#A9A2E6
5#AEA8E1
6#B2AEDB
7#B7B3D5
8#BBB9D0
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 #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978B #978BFD | BordersInactive statesPlaceholder text |
| 400 | 604F #604FFC | Disabled statesSecondary iconsMuted text |
| 500 | 331D #331DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1903 #1903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1403 #1403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E02 #0E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090150 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | 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: #C4BEFE;
--sky-blue-300: #978BFD;
--sky-blue-400: #604FFC;
--sky-blue-500: #331DFC;
--sky-blue-600: #1903DD;
--sky-blue-700: #1403B0;
--sky-blue-800: #0E027E;
--sky-blue-900: #090150;
--sky-blue-950: #060132;
}