Silver

#BEC3CB

Blue

Color Codes

All color formats for development

HEX
#BEC3CB
RGB
rgb(190, 195, 203)
HSL
hsl(217, 11%, 77%)
OKLCH
oklch(0.816 0.012 259.8)
CMYK
cmyk(6%, 4%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADD
300
#BEC3
400
#9CA3
500
#8089
600
#646D
700
#4F57
800
#393E
900
#2428
950
#1719

Shades

Darker variations

1#A8AFB9
2#929BA8
3#7D8696
4#697383
5#57606D
6#464D57
7#343941
8#23262C
9#111316

Tints

Lighter variations

1#C4C9D0
2#CBCFD5
3#D1D5DA
4#D8DBE0
5#DEE1E5
6#E5E7EA
7#EBEDEF
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BFC3CA
2#BFC3CA
3#C0C3C9
4#C0C3C8
5#C1C4C8
6#C2C4C7
7#C2C4C6
8#C3C4C6
9#C4C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADD
#DADDE1
Secondary backgroundsInput backgroundsDividers
300
BEC3
#BEC3CB
BordersInactive statesPlaceholder text
400
9CA3
#9CA3B0
Disabled statesSecondary iconsMuted text
500
8089
#808999
Primary brand colorCTAsActive elementsLinks
600
646D
#646D7D
Hover statesFocus ringsPrimary buttons hover
700
4F57
#4F5763
Active/pressed statesDark mode accentsSecondary text
800
393E
#393E47
Text on light backgroundsHeadingsStrong borders
900
2428
#24282D
Primary textHigh emphasis contentDark headings
950
1719
#17191C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #EBEDEF;
  --silver-200: #DADDE1;
  --silver-300: #BEC3CB;
  --silver-400: #9CA3B0;
  --silver-500: #808999;
  --silver-600: #646D7D;
  --silver-700: #4F5763;
  --silver-800: #393E47;
  --silver-900: #24282D;
  --silver-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color