Silver

#94A0B8

Blue

Color Codes

All color formats for development

HEX
#94A0B8
RGB
rgb(148, 160, 184)
HSL
hsl(220, 20%, 65%)
OKLCH
oklch(0.704 0.038 264.3)
CMYK
cmyk(20%, 13%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

7.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DC
300
#B9C0
400
#94A0
500
#7585
600
#5A69
700
#4753
800
#333C
900
#2126
950
#1418

Shades

Darker variations

1#808EAA
2#6C7C9D
3#5D6C8B
4#505D77
5#424D63
6#353E50
7#282E3C
8#1B1F28
9#0D0F14

Tints

Lighter variations

1#9FA9BF
2#A9B3C6
3#B4BCCD
4#BFC6D4
5#C9CFDB
6#D4D9E2
7#DFE2EA
8#EAECF1
9#F4F5F8

Tones

Muted variations

1#96A0B6
2#97A1B4
3#99A2B2
4#9BA2B0
5#9DA3AF
6#9FA3AD
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
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C0
#B9C0D0
BordersInactive statesPlaceholder text
400
94A0
#94A0B8
Disabled statesSecondary iconsMuted text
500
7585
#7585A3
Primary brand colorCTAsActive elementsLinks
600
5A69
#5A6987
Hover statesFocus ringsPrimary buttons hover
700
4753
#47536B
Active/pressed statesDark mode accentsSecondary text
800
333C
#333C4D
Text on light backgroundsHeadingsStrong borders
900
2126
#212631
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: #EAECF1;
  --silver-200: #D7DCE4;
  --silver-300: #B9C0D0;
  --silver-400: #94A0B8;
  --silver-500: #7585A3;
  --silver-600: #5A6987;
  --silver-700: #47536B;
  --silver-800: #333C4D;
  --silver-900: #212631;
  --silver-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color