Silver

#B6B8D3

Blue

Color Codes

All color formats for development

HEX
#B6B8D3
RGB
rgb(182, 184, 211)
HSL
hsl(236, 25%, 77%)
OKLCH
oklch(0.79 0.038 282.1)
CMYK
cmyk(14%, 13%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9E9
200
#D6D7
300
#B6B8
400
#8F92
500
#7073
600
#5458
700
#4346
800
#3032
900
#1F20
950
#1314

Shades

Darker variations

1#9DA0C4
2#8588B6
3#6C70A7
4#585C93
5#4A4D7B
6#3B3E62
7#2C2E4A
8#1D1F31
9#0F0F19

Tints

Lighter variations

1#BDBFD7
2#C4C6DC
3#CCCDE0
4#D3D4E5
5#DADBE9
6#E2E2ED
7#E9EAF2
8#F0F1F6
9#F8F8FB

Tones

Muted variations

1#B7B9D2
2#B9BAD0
3#BABBCF
4#BCBDCD
5#BDBECC
6#BEBFCA
7#C0C1C9
8#C1C2C7
9#C3C3C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F2
Light backgroundsTable row hoverSkeleton loading
200
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B8
#B6B8D3
BordersInactive statesPlaceholder text
400
8F92
#8F92BC
Disabled statesSecondary iconsMuted text
500
7073
#7073A9
Primary brand colorCTAsActive elementsLinks
600
5458
#54588C
Hover statesFocus ringsPrimary buttons hover
700
4346
#434670
Active/pressed statesDark mode accentsSecondary text
800
3032
#303250
Text on light backgroundsHeadingsStrong borders
900
1F20
#1F2033
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6F9;
  --silver-100: #E9E9F2;
  --silver-200: #D6D7E6;
  --silver-300: #B6B8D3;
  --silver-400: #8F92BC;
  --silver-500: #7073A9;
  --silver-600: #54588C;
  --silver-700: #434670;
  --silver-800: #303250;
  --silver-900: #1F2033;
  --silver-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color