Silver

#BCC3CD

Blue

Color Codes

All color formats for development

HEX
#BCC3CD
RGB
rgb(188, 195, 205)
HSL
hsl(215, 15%, 77%)
OKLCH
oklch(0.815 0.016 257.2)
CMYK
cmyk(8%, 5%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BCC3
400
#98A4
500
#7B89
600
#5F6D
700
#4C57
800
#363E
900
#2328
950
#1619

Shades

Darker variations

1#A5AFBC
2#8E9BAC
3#78879B
4#647387
5#536071
6#434D5A
7#323944
8#21262D
9#111317

Tints

Lighter variations

1#C2C9D2
2#C9CFD7
3#D0D5DC
4#D7DBE1
5#DDE1E6
6#E4E7EB
7#EBEDF0
8#F2F3F5
9#F8F9FA

Tones

Muted variations

1#BCC3CC
2#BDC3CB
3#BEC3CB
4#BFC3CA
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
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BCC3
#BCC3CD
BordersInactive statesPlaceholder text
400
98A4
#98A4B3
Disabled statesSecondary iconsMuted text
500
7B89
#7B899D
Primary brand colorCTAsActive elementsLinks
600
5F6D
#5F6D81
Hover statesFocus ringsPrimary buttons hover
700
4C57
#4C5767
Active/pressed statesDark mode accentsSecondary text
800
363E
#363E49
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: #D9DDE3;
  --silver-300: #BCC3CD;
  --silver-400: #98A4B3;
  --silver-500: #7B899D;
  --silver-600: #5F6D81;
  --silver-700: #4C5767;
  --silver-800: #363E49;
  --silver-900: #23282F;
  --silver-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color