Silver

#BCC4CD

Blue

Color Codes

All color formats for development

HEX
#BCC4CD
RGB
rgb(188, 196, 205)
HSL
hsl(212, 15%, 77%)
OKLCH
oklch(0.817 0.015 251.2)
CMYK
cmyk(8%, 4%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DE
300
#BCC4
400
#98A5
500
#7B8B
600
#5F6F
700
#4C58
800
#363F
900
#2328
950
#1619

Shades

Darker variations

1#A5B0BC
2#8E9CAC
3#78889B
4#647587
5#536171
6#434E5A
7#323A44
8#21272D
9#111317

Tints

Lighter variations

1#C2CAD2
2#C9D0D7
3#D0D6DC
4#D7DBE1
5#DDE1E6
6#E4E7EB
7#EBEDF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BCC4CC
2#BDC4CB
3#BEC4CB
4#BFC4CA
5#C0C4C9
6#C1C4C8
7#C2C4C7
8#C3C4C6
9#C3C4C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BCC4
#BCC4CD
BordersInactive statesPlaceholder text
400
98A5
#98A5B3
Disabled statesSecondary iconsMuted text
500
7B8B
#7B8B9D
Primary brand colorCTAsActive elementsLinks
600
5F6F
#5F6F81
Hover statesFocus ringsPrimary buttons hover
700
4C58
#4C5867
Active/pressed statesDark mode accentsSecondary text
800
363F
#363F49
Text on light backgroundsHeadingsStrong borders
900
2328
#23282F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAEDF0;
  --silver-200: #D9DEE3;
  --silver-300: #BCC4CD;
  --silver-400: #98A5B3;
  --silver-500: #7B8B9D;
  --silver-600: #5F6F81;
  --silver-700: #4C5867;
  --silver-800: #363F49;
  --silver-900: #23282F;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color