Silver

#B3BED5

Blue

Color Codes

All color formats for development

HEX
#B3BED5
RGB
rgb(179, 190, 213)
HSL
hsl(221, 29%, 77%)
OKLCH
oklch(0.8 0.035 265.2)
CMYK
cmyk(16%, 11%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EB
200
#D4DA
300
#B3BE
400
#8C9C
500
#6B80
600
#5064
700
#3F50
800
#2D39
900
#1D24
950
#1217

Shades

Darker variations

1#9AA8C7
2#8193B9
3#677DAC
4#546998
5#46587F
6#384665
7#2A354C
8#1C2333
9#0E1219

Tints

Lighter variations

1#BBC5DA
2#C2CBDE
3#CAD2E2
4#D2D8E6
5#D9DFEA
6#E1E5EE
7#E8ECF3
8#F0F2F7
9#F7F9FB

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DA
#D4DAE7
Secondary backgroundsInput backgroundsDividers
300
B3BE
#B3BED5
BordersInactive statesPlaceholder text
400
8C9C
#8C9CC0
Disabled statesSecondary iconsMuted text
500
6B80
#6B80AE
Primary brand colorCTAsActive elementsLinks
600
5064
#506491
Hover statesFocus ringsPrimary buttons hover
700
3F50
#3F5073
Active/pressed statesDark mode accentsSecondary text
800
2D39
#2D3952
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: #F5F7FA;
  --silver-100: #E8EBF2;
  --silver-200: #D4DAE7;
  --silver-300: #B3BED5;
  --silver-400: #8C9CC0;
  --silver-500: #6B80AE;
  --silver-600: #506491;
  --silver-700: #3F5073;
  --silver-800: #2D3952;
  --silver-900: #1D2435;
  --silver-950: #121721;
}
Generate More ShadesCreate PaletteConvert Color