Silver

#93A5B8

Blue

Color Codes

All color formats for development

HEX
#93A5B8
RGB
rgb(147, 165, 184)
HSL
hsl(211, 21%, 65%)
OKLCH
oklch(0.714 0.034 249.7)
CMYK
cmyk(20%, 10%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.53:1

AA AAA

On Black Background

8.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D7DE
300
#B8C4
400
#93A5
500
#748B
600
#596F
700
#4759
800
#323F
900
#2029
950
#1419

Shades

Darker variations

1#7F94AB
2#6B849E
3#5C738C
4#4F6378
5#415264
6#344250
7#27313C
8#1A2128
9#0D1014

Tints

Lighter variations

1#9EAEC0
2#A9B7C7
3#B3C0CE
4#BEC9D5
5#C9D2DC
6#D4DBE3
7#DFE4EA
8#E9EDF1
9#F4F6F8

Tones

Muted variations

1#95A5B7
2#97A5B5
3#99A5B3
4#9BA5B1
5#9CA5AF
6#9EA6AD
7#A0A6AB
8#A2A6A9
9#A4A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DE
#D7DEE5
Secondary backgroundsInput backgroundsDividers
300
B8C4
#B8C4D1
BordersInactive statesPlaceholder text
400
93A5
#93A5B8
Disabled statesSecondary iconsMuted text
500
748B
#748BA4
Primary brand colorCTAsActive elementsLinks
600
596F
#596F88
Hover statesFocus ringsPrimary buttons hover
700
4759
#47596C
Active/pressed statesDark mode accentsSecondary text
800
323F
#323F4D
Text on light backgroundsHeadingsStrong borders
900
2029
#202931
Primary textHigh emphasis contentDark headings
950
1419
#14191F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #E9EDF1;
  --silver-200: #D7DEE5;
  --silver-300: #B8C4D1;
  --silver-400: #93A5B8;
  --silver-500: #748BA4;
  --silver-600: #596F88;
  --silver-700: #47596C;
  --silver-800: #323F4D;
  --silver-900: #202931;
  --silver-950: #14191F;
}
Generate More ShadesCreate PaletteConvert Color