Silver

#BDCBCC

Cyan

Color Codes

All color formats for development

HEX
#BDCBCC
RGB
rgb(189, 203, 204)
HSL
hsl(184, 13%, 77%)
OKLCH
oklch(0.832 0.015 202)
CMYK
cmyk(7%, 0%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE2
300
#BDCB
400
#9AB0
500
#7D99
600
#627D
700
#4E63
800
#3747
900
#232D
950
#161C

Shades

Darker variations

1#A7BABB
2#90A8AA
3#7A9799
4#668385
5#556D6F
6#445759
7#334243
8#222C2C
9#111616

Tints

Lighter variations

1#C3D0D1
2#CAD5D6
3#D1DBDB
4#D7E0E0
5#DEE5E5
6#E4EAEB
7#EBEFF0
8#F2F5F5
9#F8FAFA

Tones

Muted variations

1#BDCACB
2#BECACA
3#BFC9CA
4#C0C8C9
5#C1C8C8
6#C1C7C7
7#C2C6C7
8#C3C6C6
9#C4C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFEF
Light backgroundsTable row hoverSkeleton loading
200
DAE2
#DAE2E2
Secondary backgroundsInput backgroundsDividers
300
BDCB
#BDCBCC
BordersInactive statesPlaceholder text
400
9AB0
#9AB0B1
Disabled statesSecondary iconsMuted text
500
7D99
#7D999B
Primary brand colorCTAsActive elementsLinks
600
627D
#627D7F
Hover statesFocus ringsPrimary buttons hover
700
4E63
#4E6365
Active/pressed statesDark mode accentsSecondary text
800
3747
#374748
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2E
Primary textHigh emphasis contentDark headings
950
161C
#161C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EBEFEF;
  --silver-200: #DAE2E2;
  --silver-300: #BDCBCC;
  --silver-400: #9AB0B1;
  --silver-500: #7D999B;
  --silver-600: #627D7F;
  --silver-700: #4E6365;
  --silver-800: #374748;
  --silver-900: #232D2E;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color