Silver

#BDC1CB

Blue

Color Codes

All color formats for development

HEX
#BDC1CB
RGB
rgb(189, 193, 203)
HSL
hsl(223, 12%, 77%)
OKLCH
oklch(0.811 0.015 268.5)
CMYK
cmyk(7%, 5%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADC
300
#BDC1
400
#9BA1
500
#7E86
600
#636A
700
#4F55
800
#383C
900
#2427
950
#1618

Shades

Darker variations

1#A7ADBA
2#9198A9
3#7B8398
4#687084
5#565D6E
6#454A58
7#343842
8#23252C
9#111316

Tints

Lighter variations

1#C4C7D1
2#CACED6
3#D1D4DB
4#D8DAE0
5#DEE0E5
6#E5E6EA
7#EBECF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BEC2CB
2#BFC2CA
3#BFC2C9
4#C0C3C9
5#C1C3C8
6#C2C3C7
7#C2C3C6
8#C3C4C6
9#C4C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADC
#DADCE2
Secondary backgroundsInput backgroundsDividers
300
BDC1
#BDC1CB
BordersInactive statesPlaceholder text
400
9BA1
#9BA1B0
Disabled statesSecondary iconsMuted text
500
7E86
#7E869A
Primary brand colorCTAsActive elementsLinks
600
636A
#636A7E
Hover statesFocus ringsPrimary buttons hover
700
4F55
#4F5564
Active/pressed statesDark mode accentsSecondary text
800
383C
#383C47
Text on light backgroundsHeadingsStrong borders
900
2427
#24272E
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EBECEF;
  --silver-200: #DADCE2;
  --silver-300: #BDC1CB;
  --silver-400: #9BA1B0;
  --silver-500: #7E869A;
  --silver-600: #636A7E;
  --silver-700: #4F5564;
  --silver-800: #383C47;
  --silver-900: #24272E;
  --silver-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color