Silver

#B3BDD5

Blue

Color Codes

All color formats for development

HEX
#B3BDD5
RGB
rgb(179, 189, 213)
HSL
hsl(222, 29%, 77%)
OKLCH
oklch(0.798 0.036 267.6)
CMYK
cmyk(16%, 11%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D4DA
300
#B3BE
400
#8C9B
500
#6B7F
600
#5063
700
#3F4F
800
#2D38
900
#1D24
950
#1217

Shades

Darker variations

1#9AA8C7
2#8192B9
3#677CAC
4#546898
5#46577F
6#384565
7#2A344C
8#1C2333
9#0E1119

Tints

Lighter variations

1#BBC4DA
2#C2CBDE
3#CAD1E2
4#D2D8E6
5#D9DEEA
6#E1E5EE
7#E8EBF3
8#F0F2F7
9#F7F8FB

Tones

Muted variations

1#B5BED4
2#B7BFD2
3#B8C0D0
4#BAC0CF
5#BCC1CD
6#BEC2CB
7#BFC2C9
8#C1C3C8
9#C3C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DA
#D4DAE7
Secondary backgroundsInput backgroundsDividers
300
B3BE
#B3BED5
BordersInactive statesPlaceholder text
400
8C9B
#8C9BC0
Disabled statesSecondary iconsMuted text
500
6B7F
#6B7FAE
Primary brand colorCTAsActive elementsLinks
600
5063
#506391
Hover statesFocus ringsPrimary buttons hover
700
3F4F
#3F4F73
Active/pressed statesDark mode accentsSecondary text
800
2D38
#2D3852
Text on light backgroundsHeadingsStrong borders
900
1D24
#1D2435
Primary textHigh emphasis contentDark headings
950
1217
#121721
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6FA;
  --silver-100: #E8EBF2;
  --silver-200: #D4DAE7;
  --silver-300: #B3BED5;
  --silver-400: #8C9BC0;
  --silver-500: #6B7FAE;
  --silver-600: #506391;
  --silver-700: #3F4F73;
  --silver-800: #2D3852;
  --silver-900: #1D2435;
  --silver-950: #121721;
}
Generate More ShadesCreate PaletteConvert Color