Silver

#B5BCD4

Blue

Color Codes

All color formats for development

HEX
#B5BCD4
RGB
rgb(181, 188, 212)
HSL
hsl(226, 26%, 77%)
OKLCH
oklch(0.797 0.035 272.7)
CMYK
cmyk(15%, 11%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.89:1

AA AAA

On Black Background

11.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EB
200
#D5D9
300
#B5BC
400
#8F99
500
#6E7C
600
#5361
700
#424D
800
#2F37
900
#1E23
950
#1316

Shades

Darker variations

1#9CA6C5
2#8490B7
3#6B79A8
4#576594
5#49557C
6#3A4463
7#2C334A
8#1D2231
9#0F1119

Tints

Lighter variations

1#BCC3D8
2#C4CADC
3#CBD0E1
4#D3D7E5
5#DADEE9
6#E1E4EE
7#E9EBF2
8#F0F2F6
9#F8F8FB

Tones

Muted variations

1#B7BDD2
2#B8BED1
3#BABFCF
4#BBBFCD
5#BDC0CC
6#BEC1CA
7#C0C2C9
8#C1C3C7
9#C3C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5D9
#D5D9E6
Secondary backgroundsInput backgroundsDividers
300
B5BC
#B5BCD4
BordersInactive statesPlaceholder text
400
8F99
#8F99BD
Disabled statesSecondary iconsMuted text
500
6E7C
#6E7CAA
Primary brand colorCTAsActive elementsLinks
600
5361
#53618D
Hover statesFocus ringsPrimary buttons hover
700
424D
#424D70
Active/pressed statesDark mode accentsSecondary text
800
2F37
#2F3750
Text on light backgroundsHeadingsStrong borders
900
1E23
#1E2333
Primary textHigh emphasis contentDark headings
950
1316
#131620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6F9;
  --silver-100: #E9EBF2;
  --silver-200: #D5D9E6;
  --silver-300: #B5BCD4;
  --silver-400: #8F99BD;
  --silver-500: #6E7CAA;
  --silver-600: #53618D;
  --silver-700: #424D70;
  --silver-800: #2F3750;
  --silver-900: #1E2333;
  --silver-950: #131620;
}
Generate More ShadesCreate PaletteConvert Color