Silver

#B3C0D5

Blue

Color Codes

All color formats for development

HEX
#B3C0D5
RGB
rgb(179, 192, 213)
HSL
hsl(217, 29%, 77%)
OKLCH
oklch(0.804 0.033 260)
CMYK
cmyk(16%, 10%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D4DC
300
#B3C0
400
#8CA0
500
#6B84
600
#5069
700
#3F53
800
#2D3B
900
#1D26
950
#1218

Shades

Darker variations

1#9AABC7
2#8196B9
3#6781AC
4#546E98
5#465C7F
6#384965
7#2A374C
8#1C2533
9#0E1219

Tints

Lighter variations

1#BBC7DA
2#C2CDDE
3#CAD3E2
4#D2D9E6
5#D9E0EA
6#E1E6EE
7#E8ECF3
8#F0F2F7
9#F7F9FB

Tones

Muted variations

1#B5C1D4
2#B7C1D2
3#B8C2D0
4#BAC2CF
5#BCC2CD
6#BEC3CB
7#BFC3C9
8#C1C4C8
9#C3C4C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D4DC
#D4DCE7
Secondary backgroundsInput backgroundsDividers
300
B3C0
#B3C0D5
BordersInactive statesPlaceholder text
400
8CA0
#8CA0C0
Disabled statesSecondary iconsMuted text
500
6B84
#6B84AE
Primary brand colorCTAsActive elementsLinks
600
5069
#506991
Hover statesFocus ringsPrimary buttons hover
700
3F53
#3F5373
Active/pressed statesDark mode accentsSecondary text
800
2D3B
#2D3B52
Text on light backgroundsHeadingsStrong borders
900
1D26
#1D2635
Primary textHigh emphasis contentDark headings
950
1218
#121821
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F7FA;
  --silver-100: #E8ECF2;
  --silver-200: #D4DCE7;
  --silver-300: #B3C0D5;
  --silver-400: #8CA0C0;
  --silver-500: #6B84AE;
  --silver-600: #506991;
  --silver-700: #3F5373;
  --silver-800: #2D3B52;
  --silver-900: #1D2635;
  --silver-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color