Silver

#BDC9CB

Cyan

Color Codes

All color formats for development

HEX
#BDC9CB
RGB
rgb(189, 201, 203)
HSL
hsl(189, 12%, 77%)
OKLCH
oklch(0.827 0.013 208.8)
CMYK
cmyk(7%, 1%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE1
300
#BDC9
400
#9BAD
500
#7E96
600
#637A
700
#4F61
800
#3845
900
#242C
950
#161C

Shades

Darker variations

1#A7B7BA
2#91A5A9
3#7B9398
4#688084
5#566A6E
6#455558
7#344042
8#232B2C
9#111516

Tints

Lighter variations

1#C4CFD1
2#CAD4D6
3#D1D9DB
4#D8DFE0
5#DEE4E5
6#E5EAEA
7#EBEFF0
8#F2F4F5
9#F8FAFA

Tones

Muted variations

1#BEC9CB
2#BFC8CA
3#BFC8C9
4#C0C7C9
5#C1C7C8
6#C2C6C7
7#C2C6C6
8#C3C5C6
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
DAE1
#DAE1E2
Secondary backgroundsInput backgroundsDividers
300
BDC9
#BDC9CB
BordersInactive statesPlaceholder text
400
9BAD
#9BADB0
Disabled statesSecondary iconsMuted text
500
7E96
#7E969A
Primary brand colorCTAsActive elementsLinks
600
637A
#637A7E
Hover statesFocus ringsPrimary buttons hover
700
4F61
#4F6164
Active/pressed statesDark mode accentsSecondary text
800
3845
#384547
Text on light backgroundsHeadingsStrong borders
900
242C
#242C2E
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: #DAE1E2;
  --silver-300: #BDC9CB;
  --silver-400: #9BADB0;
  --silver-500: #7E969A;
  --silver-600: #637A7E;
  --silver-700: #4F6164;
  --silver-800: #384547;
  --silver-900: #242C2E;
  --silver-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color