Silver

#BDC0CB

Blue

Color Codes

All color formats for development

HEX
#BDC0CB
RGB
rgb(189, 192, 203)
HSL
hsl(227, 12%, 77%)
OKLCH
oklch(0.809 0.016 273.8)
CMYK
cmyk(7%, 5%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADC
300
#BDC0
400
#9BA0
500
#7E84
600
#6369
700
#4F53
800
#383B
900
#2426
950
#1618

Shades

Darker variations

1#A7ABBA
2#9196A9
3#7B8198
4#686E84
5#565B6E
6#454958
7#343742
8#23252C
9#111216

Tints

Lighter variations

1#C4C7D1
2#CACDD6
3#D1D3DB
4#D8D9E0
5#DEE0E5
6#E5E6EA
7#EBECF0
8#F2F2F5
9#F8F9FA

Tones

Muted variations

1#BEC1CB
2#BFC1CA
3#BFC2C9
4#C0C2C9
5#C1C2C8
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
BDC0
#BDC0CB
BordersInactive statesPlaceholder text
400
9BA0
#9BA0B0
Disabled statesSecondary iconsMuted text
500
7E84
#7E849A
Primary brand colorCTAsActive elementsLinks
600
6369
#63697E
Hover statesFocus ringsPrimary buttons hover
700
4F53
#4F5364
Active/pressed statesDark mode accentsSecondary text
800
383B
#383B47
Text on light backgroundsHeadingsStrong borders
900
2426
#24262E
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: #BDC0CB;
  --silver-400: #9BA0B0;
  --silver-500: #7E849A;
  --silver-600: #63697E;
  --silver-700: #4F5364;
  --silver-800: #383B47;
  --silver-900: #24262E;
  --silver-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color