Silver

#BDC4CC

Blue

Color Codes

All color formats for development

HEX
#BDC4CC
RGB
rgb(189, 196, 204)
HSL
hsl(212, 13%, 77%)
OKLCH
oklch(0.817 0.014 251.6)
CMYK
cmyk(7%, 4%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.93: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
#9AA5
500
#7D8B
600
#626F
700
#4E58
800
#373F
900
#2328
950
#1619

Shades

Darker variations

1#A7B0BB
2#909CAA
3#7A8899
4#667585
5#55616F
6#444E59
7#333A43
8#22272C
9#111316

Tints

Lighter variations

1#C3CAD1
2#CAD0D6
3#D1D6DB
4#D7DCE0
5#DEE1E5
6#E4E7EB
7#EBEDF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BDC4CB
2#BEC4CA
3#BFC4CA
4#C0C4C9
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
DADE
#DADEE2
Secondary backgroundsInput backgroundsDividers
300
BDC4
#BDC4CC
BordersInactive statesPlaceholder text
400
9AA5
#9AA5B1
Disabled statesSecondary iconsMuted text
500
7D8B
#7D8B9B
Primary brand colorCTAsActive elementsLinks
600
626F
#626F7F
Hover statesFocus ringsPrimary buttons hover
700
4E58
#4E5865
Active/pressed statesDark mode accentsSecondary text
800
373F
#373F48
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: #DADEE2;
  --silver-300: #BDC4CC;
  --silver-400: #9AA5B1;
  --silver-500: #7D8B9B;
  --silver-600: #626F7F;
  --silver-700: #4E5865;
  --silver-800: #373F48;
  --silver-900: #23282E;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color