Silver

#BDC6CB

Blue

Color Codes

All color formats for development

HEX
#BDC6CB
RGB
rgb(189, 198, 203)
HSL
hsl(201, 12%, 77%)
OKLCH
oklch(0.821 0.012 231.7)
CMYK
cmyk(7%, 2%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DADF
300
#BDC6
400
#9BA9
500
#7E90
600
#6374
700
#4F5C
800
#3842
900
#242A
950
#161A

Shades

Darker variations

1#A7B4BA
2#91A1A9
3#7B8E98
4#687A84
5#56666E
6#455158
7#343D42
8#23292C
9#111416

Tints

Lighter variations

1#C4CCD1
2#CAD2D6
3#D1D7DB
4#D8DDE0
5#DEE3E5
6#E5E8EA
7#EBEEF0
8#F2F4F5
9#F8F9FA

Tones

Muted variations

1#BEC6CB
2#BFC6CA
3#BFC6C9
4#C0C6C9
5#C1C5C8
6#C2C5C7
7#C2C5C6
8#C3C5C6
9#C4C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DADF
#DADFE2
Secondary backgroundsInput backgroundsDividers
300
BDC6
#BDC6CB
BordersInactive statesPlaceholder text
400
9BA9
#9BA9B0
Disabled statesSecondary iconsMuted text
500
7E90
#7E909A
Primary brand colorCTAsActive elementsLinks
600
6374
#63747E
Hover statesFocus ringsPrimary buttons hover
700
4F5C
#4F5C64
Active/pressed statesDark mode accentsSecondary text
800
3842
#384247
Text on light backgroundsHeadingsStrong borders
900
242A
#242A2E
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EBEEEF;
  --silver-200: #DADFE2;
  --silver-300: #BDC6CB;
  --silver-400: #9BA9B0;
  --silver-500: #7E909A;
  --silver-600: #63747E;
  --silver-700: #4F5C64;
  --silver-800: #384247;
  --silver-900: #242A2E;
  --silver-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color