Silver

#979CB5

Blue

Color Codes

All color formats for development

HEX
#979CB5
RGB
rgb(151, 156, 181)
HSL
hsl(230, 17%, 65%)
OKLCH
oklch(0.697 0.037 276.5)
CMYK
cmyk(17%, 14%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.71:1

AA AAA

On Black Background

7.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8DA
300
#BABE
400
#979C
500
#797F
600
#5D63
700
#4A4F
800
#3539
900
#2224
950
#1517

Shades

Darker variations

1#8389A7
2#707799
3#606788
4#535874
5#454961
6#373B4E
7#292C3A
8#1C1D27
9#0E0F13

Tints

Lighter variations

1#A1A6BC
2#ABB0C4
3#B6B9CB
4#C0C3D3
5#CBCDDA
6#D5D7E1
7#E0E1E9
8#EAEBF0
9#F5F5F8

Tones

Muted variations

1#989DB3
2#9A9EB2
3#9B9FB0
4#9DA0AF
5#9EA1AD
6#A0A2AC
7#A1A3AA
8#A3A4A9
9#A4A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF0
Light backgroundsTable row hoverSkeleton loading
200
D8DA
#D8DAE3
Secondary backgroundsInput backgroundsDividers
300
BABE
#BABECE
BordersInactive statesPlaceholder text
400
979C
#979CB5
Disabled statesSecondary iconsMuted text
500
797F
#797FA0
Primary brand colorCTAsActive elementsLinks
600
5D63
#5D6383
Hover statesFocus ringsPrimary buttons hover
700
4A4F
#4A4F68
Active/pressed statesDark mode accentsSecondary text
800
3539
#35394B
Text on light backgroundsHeadingsStrong borders
900
2224
#222430
Primary textHigh emphasis contentDark headings
950
1517
#15171E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F9;
  --silver-100: #EAEBF0;
  --silver-200: #D8DAE3;
  --silver-300: #BABECE;
  --silver-400: #979CB5;
  --silver-500: #797FA0;
  --silver-600: #5D6383;
  --silver-700: #4A4F68;
  --silver-800: #35394B;
  --silver-900: #222430;
  --silver-950: #15171E;
}
Generate More ShadesCreate PaletteConvert Color