Silver

#BFC8CA

Gray

Color Codes

All color formats for development

HEX
#BFC8CA
RGB
rgb(191, 200, 202)
HSL
hsl(191, 9%, 77%)
OKLCH
oklch(0.826 0.01 212.5)
CMYK
cmyk(5%, 1%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEE
200
#DBE0
300
#BFC8
400
#9EAB
500
#8293
600
#6677
700
#515E
800
#3A43
900
#252B
950
#171B

Shades

Darker variations

1#AAB5B8
2#94A3A6
3#7F9094
4#6B7D80
5#59686B
6#475356
7#363E40
8#242A2B
9#121515

Tints

Lighter variations

1#C5CDCF
2#CCD3D4
3#D2D8DA
4#D9DEDF
5#DFE3E4
6#E5E9EA
7#ECEEEF
8#F2F4F4
9#F9F9FA

Tones

Muted variations

1#C0C7C9
2#C0C7C9
3#C1C7C8
4#C1C6C8
5#C2C6C7
6#C2C6C6
7#C3C5C6
8#C3C5C5
9#C4C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEE
#ECEEEF
Light backgroundsTable row hoverSkeleton loading
200
DBE0
#DBE0E1
Secondary backgroundsInput backgroundsDividers
300
BFC8
#BFC8CA
BordersInactive statesPlaceholder text
400
9EAB
#9EABAE
Disabled statesSecondary iconsMuted text
500
8293
#829397
Primary brand colorCTAsActive elementsLinks
600
6677
#66777A
Hover statesFocus ringsPrimary buttons hover
700
515E
#515E61
Active/pressed statesDark mode accentsSecondary text
800
3A43
#3A4345
Text on light backgroundsHeadingsStrong borders
900
252B
#252B2C
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F8F8;
  --silver-100: #ECEEEF;
  --silver-200: #DBE0E1;
  --silver-300: #BFC8CA;
  --silver-400: #9EABAE;
  --silver-500: #829397;
  --silver-600: #66777A;
  --silver-700: #515E61;
  --silver-800: #3A4345;
  --silver-900: #252B2C;
  --silver-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color