Silver

#8CA5C0

Blue

Color Codes

All color formats for development

HEX
#8CA5C0
RGB
rgb(140, 165, 192)
HSL
hsl(211, 29%, 65%)
OKLCH
oklch(0.712 0.048 250.5)
CMYK
cmyk(27%, 14%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.54:1

AA AAA

On Black Background

8.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D4DE
300
#B3C4
400
#8CA5
500
#6B8B
600
#506F
700
#3F58
800
#2D3F
900
#1D28
950
#1219

Shades

Darker variations

1#7694B4
2#6183A8
3#527396
4#476280
5#3B526B
6#2F4256
7#233140
8#18212B
9#0C1015

Tints

Lighter variations

1#97AEC6
2#A3B7CC
3#AEC0D3
4#BAC9D9
5#C5D2DF
6#D1DBE6
7#DCE4EC
8#E8EDF2
9#F3F6F9

Tones

Muted variations

1#8EA5BD
2#91A5BA
3#94A5B8
4#96A5B5
5#99A5B3
6#9BA5B0
7#9EA5AE
8#A1A6AB
9#A3A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8ED
#E8EDF2
Light backgroundsTable row hoverSkeleton loading
200
D4DE
#D4DEE7
Secondary backgroundsInput backgroundsDividers
300
B3C4
#B3C4D5
BordersInactive statesPlaceholder text
400
8CA5
#8CA5C0
Disabled statesSecondary iconsMuted text
500
6B8B
#6B8BAE
Primary brand colorCTAsActive elementsLinks
600
506F
#506F91
Hover statesFocus ringsPrimary buttons hover
700
3F58
#3F5873
Active/pressed statesDark mode accentsSecondary text
800
2D3F
#2D3F52
Text on light backgroundsHeadingsStrong borders
900
1D28
#1D2835
Primary textHigh emphasis contentDark headings
950
1219
#121921
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F7FA;
  --silver-100: #E8EDF2;
  --silver-200: #D4DEE7;
  --silver-300: #B3C4D5;
  --silver-400: #8CA5C0;
  --silver-500: #6B8BAE;
  --silver-600: #506F91;
  --silver-700: #3F5873;
  --silver-800: #2D3F52;
  --silver-900: #1D2835;
  --silver-950: #121921;
}
Generate More ShadesCreate PaletteConvert Color