Silver

#B6B9D3

Blue

Color Codes

All color formats for development

HEX
#B6B9D3
RGB
rgb(182, 185, 211)
HSL
hsl(234, 25%, 77%)
OKLCH
oklch(0.792 0.037 280.3)
CMYK
cmyk(14%, 12%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EA
200
#D6D7
300
#B6B9
400
#8F94
500
#7075
600
#545A
700
#4347
800
#3033
900
#1F21
950
#1314

Shades

Darker variations

1#9DA1C4
2#8589B6
3#6C72A7
4#585E93
5#4A4F7B
6#3B3F62
7#2C2F4A
8#1D1F31
9#0F1019

Tints

Lighter variations

1#BDC0D7
2#C4C7DC
3#CCCEE0
4#D3D5E5
5#DADCE9
6#E2E3ED
7#E9EAF2
8#F0F1F6
9#F8F8FB

Tones

Muted variations

1#B7BAD2
2#B9BBD0
3#BABCCF
4#BCBDCD
5#BDBECC
6#BEC0CA
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
E9EA
#E9EAF2
Light backgroundsTable row hoverSkeleton loading
200
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B9
#B6B9D3
BordersInactive statesPlaceholder text
400
8F94
#8F94BC
Disabled statesSecondary iconsMuted text
500
7075
#7075A9
Primary brand colorCTAsActive elementsLinks
600
545A
#545A8C
Hover statesFocus ringsPrimary buttons hover
700
4347
#434770
Active/pressed statesDark mode accentsSecondary text
800
3033
#303350
Text on light backgroundsHeadingsStrong borders
900
1F21
#1F2133
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: #E9EAF2;
  --silver-200: #D6D7E6;
  --silver-300: #B6B9D3;
  --silver-400: #8F94BC;
  --silver-500: #7075A9;
  --silver-600: #545A8C;
  --silver-700: #434770;
  --silver-800: #303350;
  --silver-900: #1F2133;
  --silver-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color