Silver

#979EB5

Blue

Color Codes

All color formats for development

HEX
#979EB5
RGB
rgb(151, 158, 181)
HSL
hsl(226, 17%, 65%)
OKLCH
oklch(0.701 0.035 272.1)
CMYK
cmyk(17%, 13%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DB
300
#BABF
400
#979E
500
#7982
600
#5D66
700
#4A51
800
#353A
900
#2225
950
#1517

Shades

Darker variations

1#838CA7
2#707A99
3#606A88
4#535A74
5#454B61
6#373C4E
7#292D3A
8#1C1E27
9#0E0F13

Tints

Lighter variations

1#A1A7BC
2#ABB1C4
3#B6BBCB
4#C0C5D3
5#CBCEDA
6#D5D8E1
7#E0E2E9
8#EAECF0
9#F5F5F8

Tones

Muted variations

1#989EB3
2#9A9FB2
3#9BA0B0
4#9DA1AF
5#9EA2AD
6#A0A3AC
7#A1A3AA
8#A3A4A9
9#A4A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DB
#D8DBE3
Secondary backgroundsInput backgroundsDividers
300
BABF
#BABFCE
BordersInactive statesPlaceholder text
400
979E
#979EB5
Disabled statesSecondary iconsMuted text
500
7982
#7982A0
Primary brand colorCTAsActive elementsLinks
600
5D66
#5D6683
Hover statesFocus ringsPrimary buttons hover
700
4A51
#4A5168
Active/pressed statesDark mode accentsSecondary text
800
353A
#353A4B
Text on light backgroundsHeadingsStrong borders
900
2225
#222530
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: #F6F7F9;
  --silver-100: #EAECF0;
  --silver-200: #D8DBE3;
  --silver-300: #BABFCE;
  --silver-400: #979EB5;
  --silver-500: #7982A0;
  --silver-600: #5D6683;
  --silver-700: #4A5168;
  --silver-800: #353A4B;
  --silver-900: #222530;
  --silver-950: #15171E;
}
Generate More ShadesCreate PaletteConvert Color