Silver

#BDC4CB

Blue

Color Codes

All color formats for development

HEX
#BDC4CB
RGB
rgb(189, 196, 203)
HSL
hsl(210, 12%, 77%)
OKLCH
oklch(0.817 0.013 248)
CMYK
cmyk(7%, 3%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#DADE
300
#BDC4
400
#9BA6
500
#7E8C
600
#6370
700
#4F59
800
#3840
900
#2429
950
#161A

Shades

Darker variations

1#A7B1BA
2#919DA9
3#7B8998
4#687684
5#56626E
6#454F58
7#343B42
8#23272C
9#111416

Tints

Lighter variations

1#C4CAD1
2#CAD0D6
3#D1D6DB
4#D8DCE0
5#DEE2E5
6#E5E8EA
7#EBEDF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BEC4CB
2#BFC4CA
3#BFC4C9
4#C0C4C9
5#C1C4C8
6#C2C4C7
7#C2C4C6
8#C3C4C6
9#C4C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADE
#DADEE2
Secondary backgroundsInput backgroundsDividers
300
BDC4
#BDC4CB
BordersInactive statesPlaceholder text
400
9BA6
#9BA6B0
Disabled statesSecondary iconsMuted text
500
7E8C
#7E8C9A
Primary brand colorCTAsActive elementsLinks
600
6370
#63707E
Hover statesFocus ringsPrimary buttons hover
700
4F59
#4F5964
Active/pressed statesDark mode accentsSecondary text
800
3840
#384047
Text on light backgroundsHeadingsStrong borders
900
2429
#24292E
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBEDEF;
  --silver-200: #DADEE2;
  --silver-300: #BDC4CB;
  --silver-400: #9BA6B0;
  --silver-500: #7E8C9A;
  --silver-600: #63707E;
  --silver-700: #4F5964;
  --silver-800: #384047;
  --silver-900: #24292E;
  --silver-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color