Silver

#B6BFD3

Blue

Color Codes

All color formats for development

HEX
#B6BFD3
RGB
rgb(182, 191, 211)
HSL
hsl(221, 25%, 77%)
OKLCH
oklch(0.804 0.03 266.3)
CMYK
cmyk(14%, 9%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D6DB
300
#B6BF
400
#8F9E
500
#7082
600
#5466
700
#4351
800
#303A
900
#1F25
950
#1317

Shades

Darker variations

1#9DAAC4
2#8594B6
3#6C7FA7
4#586B93
5#4A597B
6#3B4762
7#2C364A
8#1D2431
9#0F1219

Tints

Lighter variations

1#BDC5D7
2#C4CCDC
3#CCD2E0
4#D3D9E5
5#DADFE9
6#E2E5ED
7#E9ECF2
8#F0F2F6
9#F8F9FB

Tones

Muted variations

1#B7C0D2
2#B9C0D0
3#BAC1CF
4#BCC1CD
5#BDC2CC
6#BEC2CA
7#C0C3C9
8#C1C3C7
9#C3C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF2
Light backgroundsTable row hoverSkeleton loading
200
D6DB
#D6DBE6
Secondary backgroundsInput backgroundsDividers
300
B6BF
#B6BFD3
BordersInactive statesPlaceholder text
400
8F9E
#8F9EBC
Disabled statesSecondary iconsMuted text
500
7082
#7082A9
Primary brand colorCTAsActive elementsLinks
600
5466
#54668C
Hover statesFocus ringsPrimary buttons hover
700
4351
#435170
Active/pressed statesDark mode accentsSecondary text
800
303A
#303A50
Text on light backgroundsHeadingsStrong borders
900
1F25
#1F2533
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F7F9;
  --silver-100: #E9ECF2;
  --silver-200: #D6DBE6;
  --silver-300: #B6BFD3;
  --silver-400: #8F9EBC;
  --silver-500: #7082A9;
  --silver-600: #54668C;
  --silver-700: #435170;
  --silver-800: #303A50;
  --silver-900: #1F2533;
  --silver-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color