Silver

#B3B6D5

Blue

Color Codes

All color formats for development

HEX
#B3B6D5
RGB
rgb(179, 182, 213)
HSL
hsl(235, 29%, 77%)
OKLCH
oklch(0.784 0.044 281)
CMYK
cmyk(16%, 15%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.99:1

AA AAA

On Black Background

10.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8E9
200
#D4D6
300
#B3B6
400
#8C90
500
#6B71
600
#5055
700
#3F44
800
#2D30
900
#1D1F
950
#1213

Shades

Darker variations

1#9A9EC7
2#8185B9
3#676DAC
4#545998
5#464A7F
6#383C65
7#2A2D4C
8#1C1E33
9#0E0F19

Tints

Lighter variations

1#BBBDDA
2#C2C5DE
3#CACCE2
4#D2D3E6
5#D9DBEA
6#E1E2EE
7#E8E9F3
8#F0F0F7
9#F7F8FB

Tones

Muted variations

1#B5B8D4
2#B7B9D2
3#B8BAD0
4#BABCCF
5#BCBDCD
6#BEBFCB
7#BFC0C9
8#C1C2C8
9#C3C3C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D4D6
#D4D6E7
Secondary backgroundsInput backgroundsDividers
300
B3B6
#B3B6D5
BordersInactive statesPlaceholder text
400
8C90
#8C90C0
Disabled statesSecondary iconsMuted text
500
6B71
#6B71AE
Primary brand colorCTAsActive elementsLinks
600
5055
#505591
Hover statesFocus ringsPrimary buttons hover
700
3F44
#3F4473
Active/pressed statesDark mode accentsSecondary text
800
2D30
#2D3052
Text on light backgroundsHeadingsStrong borders
900
1D1F
#1D1F35
Primary textHigh emphasis contentDark headings
950
1213
#121321
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6FA;
  --silver-100: #E8E9F2;
  --silver-200: #D4D6E7;
  --silver-300: #B3B6D5;
  --silver-400: #8C90C0;
  --silver-500: #6B71AE;
  --silver-600: #505591;
  --silver-700: #3F4473;
  --silver-800: #2D3052;
  --silver-900: #1D1F35;
  --silver-950: #121321;
}
Generate More ShadesCreate PaletteConvert Color