Sky Blue
#978EFA
BlueColor Codes
All color formats for development
HEX
#978EFARGB
rgb(151, 142, 250)HSL
hsl(245, 92%, 77%)OKLCH
oklch(0.701 0.155 285.5)CMYK
cmyk(40%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7569F9
2#5243F7
3#2F1DF6
4#1B09E2
5#1708BC
6#120697
7#0E0571
8#09034B
9#050226
Tints
Lighter variations
1#A29AFB
2#ACA5FB
3#B6B0FC
4#C1BBFC
5#CBC7FD
6#D6D2FD
7#E0DDFE
8#EAE8FE
9#F5F4FF
Tones
Muted variations
1#9C94F5
2#A099F0
3#A59FEA
4#A9A4E5
5#AEA9DF
6#B2AFDA
7#B7B4D5
8#BBBACF
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 #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | 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: #C4BFFC;
--sky-blue-300: #978EFA;
--sky-blue-400: #6154F8;
--sky-blue-500: #3423F6;
--sky-blue-600: #1A09D7;
--sky-blue-700: #1507AB;
--sky-blue-800: #0F057A;
--sky-blue-900: #0A034E;
--sky-blue-950: #060231;
}