Sky Blue

#978EFB

Blue

Color Codes

All color formats for development

HEX
#978EFB
RGB
rgb(151, 142, 251)
HSL
hsl(245, 93%, 77%)
OKLCH
oklch(0.702 0.156 285.4)
CMYK
cmyk(40%, 43%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.77:1

AA AAA

On Black Background

7.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDD
200
#C4BF
300
#978E
400
#6153
500
#3322
600
#1908
700
#1406
800
#0E04
900
#0903
950
#0602

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color