Silver

#B7B9D1

Blue

Color Codes

All color formats for development

HEX
#B7B9D1
RGB
rgb(183, 185, 209)
HSL
hsl(235, 22%, 77%)
OKLCH
oklch(0.792 0.034 281.8)
CMYK
cmyk(12%, 11%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D8
300
#B7BA
400
#9295
500
#7377
600
#585C
700
#4649
800
#3234
900
#2021
950
#1415

Shades

Darker variations

1#9FA2C2
2#888BB3
3#7074A3
4#5C6090
5#4D5078
6#3D4060
7#2E3048
8#1F2030
9#0F1018

Tints

Lighter variations

1#BFC1D6
2#C6C7DA
3#CDCEDF
4#D4D5E4
5#DBDCE8
6#E2E3ED
7#EAEAF1
8#F1F1F6
9#F8F8FA

Tones

Muted variations

1#B9BBD0
2#BABCCF
3#BBBDCD
4#BDBECC
5#BEBFCB
6#BFC0CA
7#C0C1C8
8#C2C2C7
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
D7D8
#D7D8E5
Secondary backgroundsInput backgroundsDividers
300
B7BA
#B7BAD1
BordersInactive statesPlaceholder text
400
9295
#9295B9
Disabled statesSecondary iconsMuted text
500
7377
#7377A5
Primary brand colorCTAsActive elementsLinks
600
585C
#585C89
Hover statesFocus ringsPrimary buttons hover
700
4649
#46496D
Active/pressed statesDark mode accentsSecondary text
800
3234
#32344E
Text on light backgroundsHeadingsStrong borders
900
2021
#202132
Primary textHigh emphasis contentDark headings
950
1415
#14151F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F9;
  --silver-100: #E9EAF1;
  --silver-200: #D7D8E5;
  --silver-300: #B7BAD1;
  --silver-400: #9295B9;
  --silver-500: #7377A5;
  --silver-600: #585C89;
  --silver-700: #46496D;
  --silver-800: #32344E;
  --silver-900: #202132;
  --silver-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color