Silver

#B6B8D2

Blue

Color Codes

All color formats for development

HEX
#B6B8D2
RGB
rgb(182, 184, 210)
HSL
hsl(236, 24%, 77%)
OKLCH
oklch(0.789 0.037 282)
CMYK
cmyk(13%, 12%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D7
300
#B6B8
400
#9093
500
#7174
600
#5559
700
#4447
800
#3032
900
#1F20
950
#1314

Shades

Darker variations

1#9EA0C4
2#8689B5
3#6D71A6
4#5A5D92
5#4B4E7A
6#3C3E61
7#2D2F49
8#1E1F31
9#0F1018

Tints

Lighter variations

1#BEBFD7
2#C5C6DB
3#CCCDE0
4#D3D4E4
5#DBDCE9
6#E2E3ED
7#E9EAF2
8#F0F1F6
9#F8F8FB

Tones

Muted variations

1#B8B9D1
2#B9BBD0
3#BABCCE
4#BCBDCD
5#BDBECB
6#BFBFCA
7#C0C1C9
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
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B8
#B6B8D2
BordersInactive statesPlaceholder text
400
9093
#9093BB
Disabled statesSecondary iconsMuted text
500
7174
#7174A8
Primary brand colorCTAsActive elementsLinks
600
5559
#55598B
Hover statesFocus ringsPrimary buttons hover
700
4447
#44476F
Active/pressed statesDark mode accentsSecondary text
800
3032
#30324F
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: #D6D7E6;
  --silver-300: #B6B8D2;
  --silver-400: #9093BB;
  --silver-500: #7174A8;
  --silver-600: #55598B;
  --silver-700: #44476F;
  --silver-800: #30324F;
  --silver-900: #1F2033;
  --silver-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color