Silver

#BEC6CB

Blue

Color Codes

All color formats for development

HEX
#BEC6CB
RGB
rgb(190, 198, 203)
HSL
hsl(203, 11%, 77%)
OKLCH
oklch(0.822 0.011 234.9)
CMYK
cmyk(6%, 2%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DADF
300
#BEC6
400
#9CA8
500
#808F
600
#6473
700
#4F5C
800
#3941
900
#242A
950
#171A

Shades

Darker variations

1#A8B3B9
2#92A0A8
3#7D8C96
4#697983
5#57656D
6#465157
7#343C41
8#23282C
9#111416

Tints

Lighter variations

1#C4CCD0
2#CBD1D5
3#D1D7DA
4#D8DDE0
5#DEE2E5
6#E5E8EA
7#EBEEEF
8#F2F4F5
9#F8F9FA

Tones

Muted variations

1#BFC6CA
2#BFC6CA
3#C0C5C9
4#C0C5C8
5#C1C5C8
6#C2C5C7
7#C2C5C6
8#C3C5C6
9#C4C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DADF
#DADFE1
Secondary backgroundsInput backgroundsDividers
300
BEC6
#BEC6CB
BordersInactive statesPlaceholder text
400
9CA8
#9CA8B0
Disabled statesSecondary iconsMuted text
500
808F
#808F99
Primary brand colorCTAsActive elementsLinks
600
6473
#64737D
Hover statesFocus ringsPrimary buttons hover
700
4F5C
#4F5C63
Active/pressed statesDark mode accentsSecondary text
800
3941
#394147
Text on light backgroundsHeadingsStrong borders
900
242A
#242A2D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F7F8F8;
  --silver-100: #EBEEEF;
  --silver-200: #DADFE1;
  --silver-300: #BEC6CB;
  --silver-400: #9CA8B0;
  --silver-500: #808F99;
  --silver-600: #64737D;
  --silver-700: #4F5C63;
  --silver-800: #394147;
  --silver-900: #242A2D;
  --silver-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color