Silver

#96A2B6

Blue

Color Codes

All color formats for development

HEX
#96A2B6
RGB
rgb(150, 162, 182)
HSL
hsl(218, 18%, 65%)
OKLCH
oklch(0.709 0.032 260.7)
CMYK
cmyk(18%, 11%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.14: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
#96A1
500
#7887
600
#5C6B
700
#4955
800
#343D
900
#2127
950
#1518

Shades

Darker variations

1#8290A8
2#6F7F9B
3#5F6E89
4#525F75
5#444F62
6#363F4E
7#292F3B
8#1B2027
9#0E1014

Tints

Lighter variations

1#A0ABBD
2#ABB4C4
3#B5BECC
4#C0C7D3
5#CAD0DA
6#D5DAE2
7#DFE3E9
8#EAECF0
9#F4F6F8

Tones

Muted variations

1#97A2B4
2#99A2B3
3#9BA3B1
4#9CA3AF
5#9EA4AE
6#9FA4AC
7#A1A4AB
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
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
BAC2
#BAC2CF
BordersInactive statesPlaceholder text
400
96A1
#96A1B6
Disabled statesSecondary iconsMuted text
500
7887
#7887A1
Primary brand colorCTAsActive elementsLinks
600
5C6B
#5C6B84
Hover statesFocus ringsPrimary buttons hover
700
4955
#495569
Active/pressed statesDark mode accentsSecondary text
800
343D
#343D4B
Text on light backgroundsHeadingsStrong borders
900
2127
#212730
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: #D8DCE4;
  --silver-300: #BAC2CF;
  --silver-400: #96A1B6;
  --silver-500: #7887A1;
  --silver-600: #5C6B84;
  --silver-700: #495569;
  --silver-800: #343D4B;
  --silver-900: #212730;
  --silver-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color