Silver

#BDC3CC

Blue

Color Codes

All color formats for development

HEX
#BDC3CC
RGB
rgb(189, 195, 204)
HSL
hsl(216, 13%, 77%)
OKLCH
oklch(0.815 0.014 258.4)
CMYK
cmyk(7%, 4%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#DADD
300
#BDC3
400
#9AA3
500
#7D89
600
#626D
700
#4E57
800
#373E
900
#2328
950
#1619

Shades

Darker variations

1#A7AFBB
2#909BAA
3#7A8699
4#667385
5#55606F
6#444C59
7#333943
8#22262C
9#111316

Tints

Lighter variations

1#C3C9D1
2#CACFD6
3#D1D5DB
4#D7DBE0
5#DEE1E5
6#E4E7EB
7#EBEDF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BDC3CB
2#BEC3CA
3#BFC3CA
4#C0C3C9
5#C1C4C8
6#C1C4C7
7#C2C4C7
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
DADD
#DADDE2
Secondary backgroundsInput backgroundsDividers
300
BDC3
#BDC3CC
BordersInactive statesPlaceholder text
400
9AA3
#9AA3B1
Disabled statesSecondary iconsMuted text
500
7D89
#7D899B
Primary brand colorCTAsActive elementsLinks
600
626D
#626D7F
Hover statesFocus ringsPrimary buttons hover
700
4E57
#4E5765
Active/pressed statesDark mode accentsSecondary text
800
373E
#373E48
Text on light backgroundsHeadingsStrong borders
900
2328
#23282E
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBEDEF;
  --silver-200: #DADDE2;
  --silver-300: #BDC3CC;
  --silver-400: #9AA3B1;
  --silver-500: #7D899B;
  --silver-600: #626D7F;
  --silver-700: #4E5765;
  --silver-800: #373E48;
  --silver-900: #23282E;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color