Silver

#B5CAD4

Blue

Color Codes

All color formats for development

HEX
#B5CAD4
RGB
rgb(181, 202, 212)
HSL
hsl(199, 26%, 77%)
OKLCH
oklch(0.826 0.027 228)
CMYK
cmyk(15%, 5%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EF
200
#D5E1
300
#B5CA
400
#8FAE
500
#6E97
600
#537B
700
#4262
800
#2F46
900
#1E2D
950
#131C

Shades

Darker variations

1#9CB8C5
2#84A6B7
3#6B95A8
4#578194
5#496C7C
6#3A5663
7#2C414A
8#1D2B31
9#0F1619

Tints

Lighter variations

1#BCCFD8
2#C4D5DC
3#CBDAE1
4#D3DFE5
5#DAE4E9
6#E1EAEE
7#E9EFF2
8#F0F4F6
9#F8FAFB

Tones

Muted variations

1#B7C9D2
2#B8C9D1
3#BAC8CF
4#BBC8CD
5#BDC7CC
6#BEC7CA
7#C0C6C9
8#C1C5C7
9#C3C5C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF2
Light backgroundsTable row hoverSkeleton loading
200
D5E1
#D5E1E6
Secondary backgroundsInput backgroundsDividers
300
B5CA
#B5CAD4
BordersInactive statesPlaceholder text
400
8FAE
#8FAEBD
Disabled statesSecondary iconsMuted text
500
6E97
#6E97AA
Primary brand colorCTAsActive elementsLinks
600
537B
#537B8D
Hover statesFocus ringsPrimary buttons hover
700
4262
#426270
Active/pressed statesDark mode accentsSecondary text
800
2F46
#2F4650
Text on light backgroundsHeadingsStrong borders
900
1E2D
#1E2D33
Primary textHigh emphasis contentDark headings
950
131C
#131C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8F9;
  --silver-100: #E9EFF2;
  --silver-200: #D5E1E6;
  --silver-300: #B5CAD4;
  --silver-400: #8FAEBD;
  --silver-500: #6E97AA;
  --silver-600: #537B8D;
  --silver-700: #426270;
  --silver-800: #2F4650;
  --silver-900: #1E2D33;
  --silver-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color