Silver

#8CA1C0

Blue

Color Codes

All color formats for development

HEX
#8CA1C0
RGB
rgb(140, 161, 192)
HSL
hsl(216, 29%, 65%)
OKLCH
oklch(0.704 0.051 258)
CMYK
cmyk(27%, 16%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

7.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D4DC
300
#B3C1
400
#8CA1
500
#6B86
600
#506A
700
#3F54
800
#2D3C
900
#1D26
950
#1218

Shades

Darker variations

1#768FB4
2#617EA8
3#526D96
4#475E80
5#3B4E6B
6#2F3E56
7#232F40
8#181F2B
9#0C1015

Tints

Lighter variations

1#97AAC6
2#A3B3CC
3#AEBDD3
4#BAC6D9
5#C5D0DF
6#D1D9E6
7#DCE3EC
8#E8ECF2
9#F3F6F9

Tones

Muted variations

1#8EA1BD
2#91A2BA
3#94A2B8
4#96A3B5
5#99A3B3
6#9BA4B0
7#9EA4AE
8#A1A5AB
9#A3A5A8

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
B3C1
#B3C1D5
BordersInactive statesPlaceholder text
400
8CA1
#8CA1C0
Disabled statesSecondary iconsMuted text
500
6B86
#6B86AE
Primary brand colorCTAsActive elementsLinks
600
506A
#506A91
Hover statesFocus ringsPrimary buttons hover
700
3F54
#3F5473
Active/pressed statesDark mode accentsSecondary text
800
2D3C
#2D3C52
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: #B3C1D5;
  --silver-400: #8CA1C0;
  --silver-500: #6B86AE;
  --silver-600: #506A91;
  --silver-700: #3F5473;
  --silver-800: #2D3C52;
  --silver-900: #1D2635;
  --silver-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color