Sky Blue

#9792F6

Blue

Color Codes

All color formats for development

HEX
#9792F6
RGB
rgb(151, 146, 246)
HSL
hsl(243, 85%, 77%)
OKLCH
oklch(0.706 0.144 284.4)
CMYK
cmyk(39%, 41%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.71:1

AA AAA

On Black Background

7.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C4C2
300
#9792
400
#615A
500
#342B
600
#1A11
700
#150D
800
#0F0A
900
#0A06
950
#0604

Shades

Darker variations

1#756EF3
2#524AF0
3#3026ED
4#1C12DA
5#170FB6
6#120C91
7#0E096D
8#090649
9#050324

Tints

Lighter variations

1#A29DF7
2#ACA8F8
3#B7B3F9
4#C1BEFA
5#CBC9FB
6#D6D4FB
7#E0DEFC
8#EAE9FD
9#F5F4FE

Tones

Muted variations

1#9C97F1
2#A09CEC
3#A5A1E7
4#A9A6E2
5#AEABDD
6#B2B0D8
7#B7B5D3
8#BBBACE
9#C0BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C4C2
#C4C2FA
Secondary backgroundsInput backgroundsDividers
300
9792
#9792F6
BordersInactive statesPlaceholder text
400
615A
#615AF2
Disabled statesSecondary iconsMuted text
500
342B
#342BEE
Primary brand colorCTAsActive elementsLinks
600
1A11
#1A11D0
Hover statesFocus ringsPrimary buttons hover
700
150D
#150DA5
Active/pressed statesDark mode accentsSecondary text
800
0F0A
#0F0A76
Text on light backgroundsHeadingsStrong borders
900
0A06
#0A064B
Primary textHigh emphasis contentDark headings
950
0604
#06042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F1FE;
  --sky-blue-100: #DFDEFC;
  --sky-blue-200: #C4C2FA;
  --sky-blue-300: #9792F6;
  --sky-blue-400: #615AF2;
  --sky-blue-500: #342BEE;
  --sky-blue-600: #1A11D0;
  --sky-blue-700: #150DA5;
  --sky-blue-800: #0F0A76;
  --sky-blue-900: #0A064B;
  --sky-blue-950: #06042F;
}
Generate More ShadesCreate PaletteConvert Color