Silver

#BCC7CD

Blue

Color Codes

All color formats for development

HEX
#BCC7CD
RGB
rgb(188, 199, 205)
HSL
hsl(201, 15%, 77%)
OKLCH
oklch(0.823 0.015 231.3)
CMYK
cmyk(8%, 3%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9DF
300
#BCC7
400
#98AA
500
#7B91
600
#5F75
700
#4C5D
800
#3643
900
#232B
950
#161B

Shades

Darker variations

1#A5B4BC
2#8EA1AC
3#788F9B
4#647B87
5#536771
6#43525A
7#323E44
8#21292D
9#111517

Tints

Lighter variations

1#C2CDD2
2#C9D2D7
3#D0D8DC
4#D7DDE1
5#DDE3E6
6#E4E9EB
7#EBEEF0
8#F2F4F5
9#F8F9FA

Tones

Muted variations

1#BCC7CC
2#BDC6CB
3#BEC6CB
4#BFC6CA
5#C0C6C9
6#C1C5C8
7#C2C5C7
8#C3C5C6
9#C3C5C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9DF
#D9DFE3
Secondary backgroundsInput backgroundsDividers
300
BCC7
#BCC7CD
BordersInactive statesPlaceholder text
400
98AA
#98AAB3
Disabled statesSecondary iconsMuted text
500
7B91
#7B919D
Primary brand colorCTAsActive elementsLinks
600
5F75
#5F7581
Hover statesFocus ringsPrimary buttons hover
700
4C5D
#4C5D67
Active/pressed statesDark mode accentsSecondary text
800
3643
#364349
Text on light backgroundsHeadingsStrong borders
900
232B
#232B2F
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EAEEF0;
  --silver-200: #D9DFE3;
  --silver-300: #BCC7CD;
  --silver-400: #98AAB3;
  --silver-500: #7B919D;
  --silver-600: #5F7581;
  --silver-700: #4C5D67;
  --silver-800: #364349;
  --silver-900: #232B2F;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color