Silver

#93A1B8

Blue

Color Codes

All color formats for development

HEX
#93A1B8
RGB
rgb(147, 161, 184)
HSL
hsl(217, 21%, 65%)
OKLCH
oklch(0.706 0.037 260.4)
CMYK
cmyk(20%, 13%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.61:1

AA AAA

On Black Background

8.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D7DC
300
#B8C1
400
#93A1
500
#7487
600
#596B
700
#4755
800
#323D
900
#2027
950
#1418

Shades

Darker variations

1#7F90AB
2#6B7F9E
3#5C6E8C
4#4F5F78
5#414F64
6#343F50
7#272F3C
8#1A2028
9#0D1014

Tints

Lighter variations

1#9EABC0
2#A9B4C7
3#B3BDCE
4#BEC7D5
5#C9D0DC
6#D4DAE3
7#DFE3EA
8#E9ECF1
9#F4F6F8

Tones

Muted variations

1#95A2B7
2#97A2B5
3#99A3B3
4#9BA3B1
5#9CA4AF
6#9EA4AD
7#A0A4AB
8#A2A5A9
9#A4A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE5
Secondary backgroundsInput backgroundsDividers
300
B8C1
#B8C1D1
BordersInactive statesPlaceholder text
400
93A1
#93A1B8
Disabled statesSecondary iconsMuted text
500
7487
#7487A4
Primary brand colorCTAsActive elementsLinks
600
596B
#596B88
Hover statesFocus ringsPrimary buttons hover
700
4755
#47556C
Active/pressed statesDark mode accentsSecondary text
800
323D
#323D4D
Text on light backgroundsHeadingsStrong borders
900
2027
#202731
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #E9ECF1;
  --silver-200: #D7DCE5;
  --silver-300: #B8C1D1;
  --silver-400: #93A1B8;
  --silver-500: #7487A4;
  --silver-600: #596B88;
  --silver-700: #47556C;
  --silver-800: #323D4D;
  --silver-900: #202731;
  --silver-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color