Silver

#97A2B5

Blue

Color Codes

All color formats for development

HEX
#97A2B5
RGB
rgb(151, 162, 181)
HSL
hsl(218, 17%, 65%)
OKLCH
oklch(0.71 0.03 261.4)
CMYK
cmyk(17%, 10%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC2
400
#97A2
500
#7987
600
#5D6B
700
#4A55
800
#353D
900
#2227
950
#1518

Shades

Darker variations

1#8390A7
2#707F99
3#606F88
4#535F74
5#454F61
6#373F4E
7#292F3A
8#1C2027
9#0E1013

Tints

Lighter variations

1#A1ABBC
2#ABB4C4
3#B6BECB
4#C0C7D3
5#CBD0DA
6#D5DAE1
7#E0E3E9
8#EAECF0
9#F5F6F8

Tones

Muted variations

1#98A2B3
2#9AA3B2
3#9BA3B0
4#9DA3AF
5#9EA4AD
6#A0A4AC
7#A1A5AA
8#A3A5A9
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
D8DC
#D8DCE3
Secondary backgroundsInput backgroundsDividers
300
BAC2
#BAC2CE
BordersInactive statesPlaceholder text
400
97A2
#97A2B5
Disabled statesSecondary iconsMuted text
500
7987
#7987A0
Primary brand colorCTAsActive elementsLinks
600
5D6B
#5D6B83
Hover statesFocus ringsPrimary buttons hover
700
4A55
#4A5568
Active/pressed statesDark mode accentsSecondary text
800
353D
#353D4B
Text on light backgroundsHeadingsStrong borders
900
2227
#222730
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #EAECF0;
  --silver-200: #D8DCE3;
  --silver-300: #BAC2CE;
  --silver-400: #97A2B5;
  --silver-500: #7987A0;
  --silver-600: #5D6B83;
  --silver-700: #4A5568;
  --silver-800: #353D4B;
  --silver-900: #222730;
  --silver-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color