Silver

#B1B7D8

Blue

Color Codes

All color formats for development

HEX
#B1B7D8
RGB
rgb(177, 183, 216)
HSL
hsl(231, 33%, 77%)
OKLCH
oklch(0.786 0.047 277.1)
CMYK
cmyk(18%, 15%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.97:1

AA AAA

On Black Background

10.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7E9
200
#D3D6
300
#B1B7
400
#8891
500
#6672
600
#4B56
700
#3C45
800
#2B31
900
#1B1F
950
#1114

Shades

Darker variations

1#979FCB
2#7D86BD
3#636EB0
4#4F5B9D
5#424B83
6#353C68
7#272D4E
8#1A1E34
9#0D0F1A

Tints

Lighter variations

1#B9BEDC
2#C1C5E0
3#C8CCE3
4#D0D4E7
5#D8DBEB
6#E0E2EF
7#E8E9F3
8#EFF1F7
9#F7F8FB

Tones

Muted variations

1#B3B8D6
2#B5BAD4
3#B7BBD2
4#B9BCD0
5#BBBECE
6#BDBFCC
7#BFC0CA
8#C0C2C8
9#C2C3C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E9
#E7E9F3
Light backgroundsTable row hoverSkeleton loading
200
D3D6
#D3D6E9
Secondary backgroundsInput backgroundsDividers
300
B1B7
#B1B7D8
BordersInactive statesPlaceholder text
400
8891
#8891C3
Disabled statesSecondary iconsMuted text
500
6672
#6672B2
Primary brand colorCTAsActive elementsLinks
600
4B56
#4B5695
Hover statesFocus ringsPrimary buttons hover
700
3C45
#3C4577
Active/pressed statesDark mode accentsSecondary text
800
2B31
#2B3155
Text on light backgroundsHeadingsStrong borders
900
1B1F
#1B1F36
Primary textHigh emphasis contentDark headings
950
1114
#111422
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6FA;
  --silver-100: #E7E9F3;
  --silver-200: #D3D6E9;
  --silver-300: #B1B7D8;
  --silver-400: #8891C3;
  --silver-500: #6672B2;
  --silver-600: #4B5695;
  --silver-700: #3C4577;
  --silver-800: #2B3155;
  --silver-900: #1B1F36;
  --silver-950: #111422;
}
Generate More ShadesCreate PaletteConvert Color