Silver

#BFC5CA

Gray

Color Codes

All color formats for development

HEX
#BFC5CA
RGB
rgb(191, 197, 202)
HSL
hsl(207, 9%, 77%)
OKLCH
oklch(0.82 0.01 242.9)
CMYK
cmyk(5%, 2%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDE
300
#BFC5
400
#9EA7
500
#828D
600
#6671
700
#515A
800
#3A40
900
#2529
950
#171A

Shades

Darker variations

1#AAB1B8
2#949EA6
3#7F8B94
4#6B7780
5#59636B
6#474F56
7#363B40
8#24282B
9#121415

Tints

Lighter variations

1#C5CBCF
2#CCD1D4
3#D2D6DA
4#D9DCDF
5#DFE2E4
6#E5E8EA
7#ECEEEF
8#F2F3F4
9#F9F9FA

Tones

Muted variations

1#C0C5C9
2#C0C5C9
3#C1C5C8
4#C1C5C8
5#C2C5C7
6#C2C5C6
7#C3C5C6
8#C3C4C5
9#C4C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECED
#ECEDEF
Light backgroundsTable row hoverSkeleton loading
200
DBDE
#DBDEE1
Secondary backgroundsInput backgroundsDividers
300
BFC5
#BFC5CA
BordersInactive statesPlaceholder text
400
9EA7
#9EA7AE
Disabled statesSecondary iconsMuted text
500
828D
#828D97
Primary brand colorCTAsActive elementsLinks
600
6671
#66717A
Hover statesFocus ringsPrimary buttons hover
700
515A
#515A61
Active/pressed statesDark mode accentsSecondary text
800
3A40
#3A4045
Text on light backgroundsHeadingsStrong borders
900
2529
#25292C
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #ECEDEF;
  --silver-200: #DBDEE1;
  --silver-300: #BFC5CA;
  --silver-400: #9EA7AE;
  --silver-500: #828D97;
  --silver-600: #66717A;
  --silver-700: #515A61;
  --silver-800: #3A4045;
  --silver-900: #25292C;
  --silver-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color