Silver

#B7BBD1

Blue

Color Codes

All color formats for development

HEX
#B7BBD1
RGB
rgb(183, 187, 209)
HSL
hsl(231, 22%, 77%)
OKLCH
oklch(0.796 0.031 277.5)
CMYK
cmyk(12%, 11%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D9
300
#B7BB
400
#9298
500
#737B
600
#585F
700
#464C
800
#3236
900
#2023
950
#1416

Shades

Darker variations

1#9FA5C2
2#888EB3
3#7077A3
4#5C6490
5#4D5378
6#3D4260
7#2E3248
8#1F2130
9#0F1118

Tints

Lighter variations

1#BFC2D6
2#C6C9DA
3#CDD0DF
4#D4D6E4
5#DBDDE8
6#E2E4ED
7#EAEBF1
8#F1F1F6
9#F8F8FA

Tones

Muted variations

1#B9BCD0
2#BABDCF
3#BBBECD
4#BDBFCC
5#BEC0CB
6#BFC1CA
7#C0C2C8
8#C2C3C7
9#C3C3C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF1
Light backgroundsTable row hoverSkeleton loading
200
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B7BB
#B7BBD1
BordersInactive statesPlaceholder text
400
9298
#9298B9
Disabled statesSecondary iconsMuted text
500
737B
#737BA5
Primary brand colorCTAsActive elementsLinks
600
585F
#585F89
Hover statesFocus ringsPrimary buttons hover
700
464C
#464C6D
Active/pressed statesDark mode accentsSecondary text
800
3236
#32364E
Text on light backgroundsHeadingsStrong borders
900
2023
#202332
Primary textHigh emphasis contentDark headings
950
1416
#14161F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F9;
  --silver-100: #E9EAF1;
  --silver-200: #D7D9E5;
  --silver-300: #B7BBD1;
  --silver-400: #9298B9;
  --silver-500: #737BA5;
  --silver-600: #585F89;
  --silver-700: #464C6D;
  --silver-800: #32364E;
  --silver-900: #202332;
  --silver-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color