Silver

#BCBCCD

Blue

Color Codes

All color formats for development

HEX
#BCBCCD
RGB
rgb(188, 188, 205)
HSL
hsl(240, 15%, 77%)
OKLCH
oklch(0.8 0.024 285.9)
CMYK
cmyk(8%, 8%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D9D9
300
#BCBC
400
#9898
500
#7B7B
600
#5F5F
700
#4C4C
800
#3636
900
#2323
950
#1616

Shades

Darker variations

1#A5A5BC
2#8E8EAC
3#78789B
4#646487
5#535371
6#43435A
7#323244
8#21212D
9#111117

Tints

Lighter variations

1#C2C2D2
2#C9C9D7
3#D0D0DC
4#D7D7E1
5#DDDDE6
6#E4E4EB
7#EBEBF0
8#F2F2F5
9#F8F8FA

Tones

Muted variations

1#BCBCCC
2#BDBDCB
3#BEBECB
4#BFBFCA
5#C0C0C9
6#C1C1C8
7#C2C2C7
8#C3C3C6
9#C3C3C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF0
Light backgroundsTable row hoverSkeleton loading
200
D9D9
#D9D9E3
Secondary backgroundsInput backgroundsDividers
300
BCBC
#BCBCCD
BordersInactive statesPlaceholder text
400
9898
#9898B3
Disabled statesSecondary iconsMuted text
500
7B7B
#7B7B9D
Primary brand colorCTAsActive elementsLinks
600
5F5F
#5F5F81
Hover statesFocus ringsPrimary buttons hover
700
4C4C
#4C4C67
Active/pressed statesDark mode accentsSecondary text
800
3636
#363649
Text on light backgroundsHeadingsStrong borders
900
2323
#23232F
Primary textHigh emphasis contentDark headings
950
1616
#16161D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F8;
  --silver-100: #EAEAF0;
  --silver-200: #D9D9E3;
  --silver-300: #BCBCCD;
  --silver-400: #9898B3;
  --silver-500: #7B7B9D;
  --silver-600: #5F5F81;
  --silver-700: #4C4C67;
  --silver-800: #363649;
  --silver-900: #23232F;
  --silver-950: #16161D;
}
Generate More ShadesCreate PaletteConvert Color