Silver

#BCC0CD

Blue

Color Codes

All color formats for development

HEX
#BCC0CD
RGB
rgb(188, 192, 205)
HSL
hsl(226, 15%, 77%)
OKLCH
oklch(0.809 0.019 272.3)
CMYK
cmyk(8%, 6%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DB
300
#BCC0
400
#989F
500
#7B83
600
#5F67
700
#4C52
800
#363B
900
#2326
950
#1617

Shades

Darker variations

1#A5AABC
2#8E95AC
3#78809B
4#646C87
5#535A71
6#43485A
7#323644
8#21242D
9#111217

Tints

Lighter variations

1#C2C6D2
2#C9CCD7
3#D0D3DC
4#D7D9E1
5#DDDFE6
6#E4E6EB
7#EBECF0
8#F2F2F5
9#F8F9FA

Tones

Muted variations

1#BCC0CC
2#BDC1CB
3#BEC1CB
4#BFC2CA
5#C0C2C9
6#C1C2C8
7#C2C3C7
8#C3C3C6
9#C3C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DB
#D9DBE3
Secondary backgroundsInput backgroundsDividers
300
BCC0
#BCC0CD
BordersInactive statesPlaceholder text
400
989F
#989FB3
Disabled statesSecondary iconsMuted text
500
7B83
#7B839D
Primary brand colorCTAsActive elementsLinks
600
5F67
#5F6781
Hover statesFocus ringsPrimary buttons hover
700
4C52
#4C5267
Active/pressed statesDark mode accentsSecondary text
800
363B
#363B49
Text on light backgroundsHeadingsStrong borders
900
2326
#23262F
Primary textHigh emphasis contentDark headings
950
1617
#16171D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAECF0;
  --silver-200: #D9DBE3;
  --silver-300: #BCC0CD;
  --silver-400: #989FB3;
  --silver-500: #7B839D;
  --silver-600: #5F6781;
  --silver-700: #4C5267;
  --silver-800: #363B49;
  --silver-900: #23262F;
  --silver-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color