Silver

#B1B8D8

Blue

Color Codes

All color formats for development

HEX
#B1B8D8
RGB
rgb(177, 184, 216)
HSL
hsl(229, 33%, 77%)
OKLCH
oklch(0.788 0.046 275.6)
CMYK
cmyk(18%, 15%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.96:1

AA AAA

On Black Background

10.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7E9
200
#D3D7
300
#B1B8
400
#8893
500
#6674
600
#4B59
700
#3C47
800
#2B32
900
#1B20
950
#1114

Shades

Darker variations

1#97A0CB
2#7D89BD
3#6371B0
4#4F5D9D
5#424E83
6#353E68
7#272F4E
8#1A1F34
9#0D101A

Tints

Lighter variations

1#B9BFDC
2#C1C6E0
3#C8CDE3
4#D0D4E7
5#D8DCEB
6#E0E3EF
7#E8EAF3
8#EFF1F7
9#F7F8FB

Tones

Muted variations

1#B3B9D6
2#B5BBD4
3#B7BCD2
4#B9BDD0
5#BBBECE
6#BDBFCC
7#BFC1CA
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
D3D7
#D3D7E9
Secondary backgroundsInput backgroundsDividers
300
B1B8
#B1B8D8
BordersInactive statesPlaceholder text
400
8893
#8893C3
Disabled statesSecondary iconsMuted text
500
6674
#6674B2
Primary brand colorCTAsActive elementsLinks
600
4B59
#4B5995
Hover statesFocus ringsPrimary buttons hover
700
3C47
#3C4777
Active/pressed statesDark mode accentsSecondary text
800
2B32
#2B3255
Text on light backgroundsHeadingsStrong borders
900
1B20
#1B2036
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: #D3D7E9;
  --silver-300: #B1B8D8;
  --silver-400: #8893C3;
  --silver-500: #6674B2;
  --silver-600: #4B5995;
  --silver-700: #3C4777;
  --silver-800: #2B3255;
  --silver-900: #1B2036;
  --silver-950: #111422;
}
Generate More ShadesCreate PaletteConvert Color