Silver

#BEC2CB

Blue

Color Codes

All color formats for development

HEX
#BEC2CB
RGB
rgb(190, 194, 203)
HSL
hsl(222, 11%, 77%)
OKLCH
oklch(0.814 0.013 266.7)
CMYK
cmyk(6%, 4%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEC
200
#DADC
300
#BEC2
400
#9CA2
500
#8087
600
#646B
700
#4F55
800
#393D
900
#2427
950
#1718

Shades

Darker variations

1#A8ADB9
2#9299A8
3#7D8496
4#697183
5#575E6D
6#464B57
7#343841
8#23262C
9#111316

Tints

Lighter variations

1#C4C8D0
2#CBCED5
3#D1D4DA
4#D8DAE0
5#DEE0E5
6#E5E7EA
7#EBEDEF
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BFC2CA
2#BFC2CA
3#C0C3C9
4#C0C3C8
5#C1C3C8
6#C2C3C7
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
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADC
#DADCE1
Secondary backgroundsInput backgroundsDividers
300
BEC2
#BEC2CB
BordersInactive statesPlaceholder text
400
9CA2
#9CA2B0
Disabled statesSecondary iconsMuted text
500
8087
#808799
Primary brand colorCTAsActive elementsLinks
600
646B
#646B7D
Hover statesFocus ringsPrimary buttons hover
700
4F55
#4F5563
Active/pressed statesDark mode accentsSecondary text
800
393D
#393D47
Text on light backgroundsHeadingsStrong borders
900
2427
#24272D
Primary textHigh emphasis contentDark headings
950
1718
#17181C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F7F8;
  --silver-100: #EBECEF;
  --silver-200: #DADCE1;
  --silver-300: #BEC2CB;
  --silver-400: #9CA2B0;
  --silver-500: #808799;
  --silver-600: #646B7D;
  --silver-700: #4F5563;
  --silver-800: #393D47;
  --silver-900: #24272D;
  --silver-950: #17181C;
}
Generate More ShadesCreate PaletteConvert Color