Silver

#97A4B4

Blue

Color Codes

All color formats for development

HEX
#97A4B4
RGB
rgb(151, 164, 180)
HSL
hsl(213, 16%, 65%)
OKLCH
oklch(0.714 0.028 253.6)
CMYK
cmyk(16%, 9%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.53:1

AA AAA

On Black Background

8.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BBC3
400
#97A4
500
#7A8A
600
#5E6E
700
#4B58
800
#363F
900
#2228
950
#1519

Shades

Darker variations

1#8493A6
2#718398
3#617287
4#546273
5#465260
6#38414D
7#2A313A
8#1C2126
9#0E1013

Tints

Lighter variations

1#A2ADBC
2#ACB6C3
3#B7C0CB
4#C1C9D2
5#CBD2DA
6#D6DBE1
7#E0E4E9
8#EAEDF0
9#F5F6F8

Tones

Muted variations

1#99A4B3
2#9AA5B1
3#9CA5B0
4#9DA5AE
5#9FA5AD
6#A0A5AB
7#A1A5AA
8#A3A5A9
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BBC3
#BBC3CE
BordersInactive statesPlaceholder text
400
97A4
#97A4B4
Disabled statesSecondary iconsMuted text
500
7A8A
#7A8A9F
Primary brand colorCTAsActive elementsLinks
600
5E6E
#5E6E82
Hover statesFocus ringsPrimary buttons hover
700
4B58
#4B5868
Active/pressed statesDark mode accentsSecondary text
800
363F
#363F4A
Text on light backgroundsHeadingsStrong borders
900
2228
#22282F
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #EAEDF0;
  --silver-200: #D9DDE3;
  --silver-300: #BBC3CE;
  --silver-400: #97A4B4;
  --silver-500: #7A8A9F;
  --silver-600: #5E6E82;
  --silver-700: #4B5868;
  --silver-800: #363F4A;
  --silver-900: #22282F;
  --silver-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color