Silver

#B5C7D4

Blue

Color Codes

All color formats for development

HEX
#B5C7D4
RGB
rgb(181, 199, 212)
HSL
hsl(205, 26%, 77%)
OKLCH
oklch(0.82 0.027 239.1)
CMYK
cmyk(15%, 6%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D5DF
300
#B5C7
400
#8FAA
500
#6E91
600
#5375
700
#425D
800
#2F43
900
#1E2B
950
#131B

Shades

Darker variations

1#9CB4C5
2#84A1B7
3#6B8FA8
4#577B94
5#49667C
6#3A5263
7#2C3D4A
8#1D2931
9#0F1419

Tints

Lighter variations

1#BCCDD8
2#C4D2DC
3#CBD8E1
4#D3DDE5
5#DAE3E9
6#E1E9EE
7#E9EEF2
8#F0F4F6
9#F8F9FB

Tones

Muted variations

1#B7C7D2
2#B8C6D1
3#BAC6CF
4#BBC6CD
5#BDC6CC
6#BEC5CA
7#C0C5C9
8#C1C5C7
9#C3C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5DF
#D5DFE6
Secondary backgroundsInput backgroundsDividers
300
B5C7
#B5C7D4
BordersInactive statesPlaceholder text
400
8FAA
#8FAABD
Disabled statesSecondary iconsMuted text
500
6E91
#6E91AA
Primary brand colorCTAsActive elementsLinks
600
5375
#53758D
Hover statesFocus ringsPrimary buttons hover
700
425D
#425D70
Active/pressed statesDark mode accentsSecondary text
800
2F43
#2F4350
Text on light backgroundsHeadingsStrong borders
900
1E2B
#1E2B33
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8F9;
  --silver-100: #E9EEF2;
  --silver-200: #D5DFE6;
  --silver-300: #B5C7D4;
  --silver-400: #8FAABD;
  --silver-500: #6E91AA;
  --silver-600: #53758D;
  --silver-700: #425D70;
  --silver-800: #2F4350;
  --silver-900: #1E2B33;
  --silver-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color