Silver

#B6B6D2

Blue

Color Codes

All color formats for development

HEX
#B6B6D2
RGB
rgb(182, 182, 210)
HSL
hsl(240, 24%, 77%)
OKLCH
oklch(0.785 0.039 285.5)
CMYK
cmyk(13%, 13%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.98:1

AA AAA

On Black Background

10.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D6
300
#B6B6
400
#9090
500
#7171
600
#5555
700
#4444
800
#3030
900
#1F1F
950
#1313

Shades

Darker variations

1#9E9EC4
2#8686B5
3#6D6DA6
4#5A5A92
5#4B4B7A
6#3C3C61
7#2D2D49
8#1E1E31
9#0F0F18

Tints

Lighter variations

1#BEBED7
2#C5C5DB
3#CCCCE0
4#D3D3E4
5#DBDBE9
6#E2E2ED
7#E9E9F2
8#F0F0F6
9#F8F8FB

Tones

Muted variations

1#B8B8D1
2#B9B9D0
3#BABACE
4#BCBCCD
5#BDBDCB
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
B6B6
#B6B6D2
BordersInactive statesPlaceholder text
400
9090
#9090BB
Disabled statesSecondary iconsMuted text
500
7171
#7171A8
Primary brand colorCTAsActive elementsLinks
600
5555
#55558B
Hover statesFocus ringsPrimary buttons hover
700
4444
#44446F
Active/pressed statesDark mode accentsSecondary text
800
3030
#30304F
Text on light backgroundsHeadingsStrong borders
900
1F1F
#1F1F33
Primary textHigh emphasis contentDark headings
950
1313
#131320
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: #B6B6D2;
  --silver-400: #9090BB;
  --silver-500: #7171A8;
  --silver-600: #55558B;
  --silver-700: #44446F;
  --silver-800: #30304F;
  --silver-900: #1F1F33;
  --silver-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color