Silver

#B5BED4

Blue

Color Codes

All color formats for development

HEX
#B5BED4
RGB
rgb(181, 190, 212)
HSL
hsl(223, 26%, 77%)
OKLCH
oklch(0.801 0.033 267.9)
CMYK
cmyk(15%, 10%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.86:1

AA AAA

On Black Background

11.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9EB
200
#D5DA
300
#B5BE
400
#8F9C
500
#6E7F
600
#5364
700
#424F
800
#2F39
900
#1E24
950
#1317

Shades

Darker variations

1#9CA8C5
2#8492B7
3#6B7CA8
4#576994
5#49577C
6#3A4663
7#2C344A
8#1D2331
9#0F1119

Tints

Lighter variations

1#BCC4D8
2#C4CBDC
3#CBD1E1
4#D3D8E5
5#DADEE9
6#E1E5EE
7#E9EBF2
8#F0F2F6
9#F8F8FB

Tones

Muted variations

1#B7BED2
2#B8BFD1
3#BAC0CF
4#BBC0CD
5#BDC1CC
6#BEC2CA
7#C0C2C9
8#C1C3C7
9#C3C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5DA
#D5DAE6
Secondary backgroundsInput backgroundsDividers
300
B5BE
#B5BED4
BordersInactive statesPlaceholder text
400
8F9C
#8F9CBD
Disabled statesSecondary iconsMuted text
500
6E7F
#6E7FAA
Primary brand colorCTAsActive elementsLinks
600
5364
#53648D
Hover statesFocus ringsPrimary buttons hover
700
424F
#424F70
Active/pressed statesDark mode accentsSecondary text
800
2F39
#2F3950
Text on light backgroundsHeadingsStrong borders
900
1E24
#1E2433
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F6F9;
  --silver-100: #E9EBF2;
  --silver-200: #D5DAE6;
  --silver-300: #B5BED4;
  --silver-400: #8F9CBD;
  --silver-500: #6E7FAA;
  --silver-600: #53648D;
  --silver-700: #424F70;
  --silver-800: #2F3950;
  --silver-900: #1E2433;
  --silver-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color