Silver

#B5B6D4

Blue

Color Codes

All color formats for development

HEX
#B5B6D4
RGB
rgb(181, 182, 212)
HSL
hsl(238, 26%, 77%)
OKLCH
oklch(0.785 0.042 283.9)
CMYK
cmyk(15%, 14%, 0%, 17%)

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
#F5F5
100
#E9E9
200
#D5D6
300
#B5B6
400
#8F90
500
#6E70
600
#5355
700
#4244
800
#2F30
900
#1E1F
950
#1313

Shades

Darker variations

1#9C9EC5
2#8485B7
3#6B6DA8
4#575994
5#494A7C
6#3A3B63
7#2C2D4A
8#1D1E31
9#0F0F19

Tints

Lighter variations

1#BCBDD8
2#C4C5DC
3#CBCCE1
4#D3D3E5
5#DADBE9
6#E1E2EE
7#E9E9F2
8#F0F0F6
9#F8F8FB

Tones

Muted variations

1#B7B8D2
2#B8B9D1
3#BABACF
4#BBBCCD
5#BDBDCC
6#BEBFCA
7#C0C0C9
8#C1C2C7
9#C3C3C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D6
#D5D6E6
Secondary backgroundsInput backgroundsDividers
300
B5B6
#B5B6D4
BordersInactive statesPlaceholder text
400
8F90
#8F90BD
Disabled statesSecondary iconsMuted text
500
6E70
#6E70AA
Primary brand colorCTAsActive elementsLinks
600
5355
#53558D
Hover statesFocus ringsPrimary buttons hover
700
4244
#424470
Active/pressed statesDark mode accentsSecondary text
800
2F30
#2F3050
Text on light backgroundsHeadingsStrong borders
900
1E1F
#1E1F33
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: #F5F5F9;
  --silver-100: #E9E9F2;
  --silver-200: #D5D6E6;
  --silver-300: #B5B6D4;
  --silver-400: #8F90BD;
  --silver-500: #6E70AA;
  --silver-600: #53558D;
  --silver-700: #424470;
  --silver-800: #2F3050;
  --silver-900: #1E1F33;
  --silver-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color