Silver

#BEC4CB

Blue

Color Codes

All color formats for development

HEX
#BEC4CB
RGB
rgb(190, 196, 203)
HSL
hsl(212, 11%, 77%)
OKLCH
oklch(0.818 0.012 252.1)
CMYK
cmyk(6%, 3%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADE
300
#BEC4
400
#9CA5
500
#808B
600
#646F
700
#4F59
800
#393F
900
#2429
950
#1719

Shades

Darker variations

1#A8B0B9
2#929CA8
3#7D8996
4#697583
5#57616D
6#464E57
7#343A41
8#23272C
9#111316

Tints

Lighter variations

1#C4CAD0
2#CBD0D5
3#D1D6DA
4#D8DCE0
5#DEE1E5
6#E5E7EA
7#EBEDEF
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BFC4CA
2#BFC4CA
3#C0C4C9
4#C0C4C8
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
DADE
#DADEE1
Secondary backgroundsInput backgroundsDividers
300
BEC4
#BEC4CB
BordersInactive statesPlaceholder text
400
9CA5
#9CA5B0
Disabled statesSecondary iconsMuted text
500
808B
#808B99
Primary brand colorCTAsActive elementsLinks
600
646F
#646F7D
Hover statesFocus ringsPrimary buttons hover
700
4F59
#4F5963
Active/pressed statesDark mode accentsSecondary text
800
393F
#393F47
Text on light backgroundsHeadingsStrong borders
900
2429
#24292D
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: #DADEE1;
  --silver-300: #BEC4CB;
  --silver-400: #9CA5B0;
  --silver-500: #808B99;
  --silver-600: #646F7D;
  --silver-700: #4F5963;
  --silver-800: #393F47;
  --silver-900: #24292D;
  --silver-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color