Silver

#BEC2CA

Blue

Color Codes

All color formats for development

HEX
#BEC2CA
RGB
rgb(190, 194, 202)
HSL
hsl(220, 10%, 77%)
OKLCH
oklch(0.813 0.012 264.5)
CMYK
cmyk(6%, 4%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DBDD
300
#BEC2
400
#9DA3
500
#8188
600
#656C
700
#5056
800
#393E
900
#2527
950
#1719

Shades

Darker variations

1#A9AEB9
2#939AA7
3#7E8695
4#6A7282
5#585F6C
6#474C56
7#353941
8#23262B
9#121316

Tints

Lighter variations

1#C5C8CF
2#CBCFD5
3#D2D5DA
4#D8DBDF
5#DFE1E5
6#E5E7EA
7#ECEDEF
8#F2F3F4
9#F9F9FA

Tones

Muted variations

1#BFC3CA
2#C0C3C9
3#C0C3C8
4#C1C3C8
5#C1C3C7
6#C2C4C7
7#C3C4C6
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
DBDD
#DBDDE1
Secondary backgroundsInput backgroundsDividers
300
BEC2
#BEC2CA
BordersInactive statesPlaceholder text
400
9DA3
#9DA3AF
Disabled statesSecondary iconsMuted text
500
8188
#818898
Primary brand colorCTAsActive elementsLinks
600
656C
#656C7B
Hover statesFocus ringsPrimary buttons hover
700
5056
#505662
Active/pressed statesDark mode accentsSecondary text
800
393E
#393E46
Text on light backgroundsHeadingsStrong borders
900
2527
#25272D
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: #DBDDE1;
  --silver-300: #BEC2CA;
  --silver-400: #9DA3AF;
  --silver-500: #818898;
  --silver-600: #656C7B;
  --silver-700: #505662;
  --silver-800: #393E46;
  --silver-900: #25272D;
  --silver-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color