Silver

#B6B7D2

Blue

Color Codes

All color formats for development

HEX
#B6B7D2
RGB
rgb(182, 183, 210)
HSL
hsl(238, 24%, 77%)
OKLCH
oklch(0.787 0.038 283.8)
CMYK
cmyk(13%, 13%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.96:1

AA AAA

On Black Background

10.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D6
300
#B6B7
400
#9092
500
#7173
600
#5557
700
#4445
800
#3031
900
#1F20
950
#1314

Shades

Darker variations

1#9E9FC4
2#8687B5
3#6D6FA6
4#5A5B92
5#4B4C7A
6#3C3D61
7#2D2E49
8#1E1E31
9#0F0F18

Tints

Lighter variations

1#BEBED7
2#C5C6DB
3#CCCDE0
4#D3D4E4
5#DBDBE9
6#E2E2ED
7#E9E9F2
8#F0F1F6
9#F8F8FB

Tones

Muted variations

1#B8B9D1
2#B9BAD0
3#BABBCE
4#BCBCCD
5#BDBECB
6#BFBFCA
7#C0C0C9
8#C2C2C7
9#C3C3C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F1
Light backgroundsTable row hoverSkeleton loading
200
D6D6
#D6D6E6
Secondary backgroundsInput backgroundsDividers
300
B6B7
#B6B7D2
BordersInactive statesPlaceholder text
400
9092
#9092BB
Disabled statesSecondary iconsMuted text
500
7173
#7173A8
Primary brand colorCTAsActive elementsLinks
600
5557
#55578B
Hover statesFocus ringsPrimary buttons hover
700
4445
#44456F
Active/pressed statesDark mode accentsSecondary text
800
3031
#30314F
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: #F6F6F9;
  --silver-100: #E9E9F1;
  --silver-200: #D6D6E6;
  --silver-300: #B6B7D2;
  --silver-400: #9092BB;
  --silver-500: #7173A8;
  --silver-600: #55578B;
  --silver-700: #44456F;
  --silver-800: #30314F;
  --silver-900: #1F2033;
  --silver-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color