Silver

#BCC8CD

Blue

Color Codes

All color formats for development

HEX
#BCC8CD
RGB
rgb(188, 200, 205)
HSL
hsl(198, 15%, 77%)
OKLCH
oklch(0.825 0.015 224.5)
CMYK
cmyk(8%, 2%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BCC8
400
#98AB
500
#7B93
600
#5F77
700
#4C5F
800
#3644
900
#232B
950
#161B

Shades

Darker variations

1#A5B5BC
2#8EA3AC
3#78909B
4#647D87
5#536871
6#43535A
7#323E44
8#212A2D
9#111517

Tints

Lighter variations

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

Tones

Muted variations

1#BCC8CC
2#BDC7CB
3#BEC7CB
4#BFC6CA
5#C0C6C9
6#C1C6C8
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
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
98AB
#98ABB3
Disabled statesSecondary iconsMuted text
500
7B93
#7B939D
Primary brand colorCTAsActive elementsLinks
600
5F77
#5F7781
Hover statesFocus ringsPrimary buttons hover
700
4C5F
#4C5F67
Active/pressed statesDark mode accentsSecondary text
800
3644
#364449
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: #D9E0E3;
  --silver-300: #BCC8CD;
  --silver-400: #98ABB3;
  --silver-500: #7B939D;
  --silver-600: #5F7781;
  --silver-700: #4C5F67;
  --silver-800: #364449;
  --silver-900: #232B2F;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color