Silver

#97A0B4

Blue

Color Codes

All color formats for development

HEX
#97A0B4
RGB
rgb(151, 160, 180)
HSL
hsl(221, 16%, 65%)
OKLCH
oklch(0.705 0.031 266.3)
CMYK
cmyk(16%, 11%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DC
300
#BBC1
400
#97A1
500
#7A86
600
#5E6A
700
#4B54
800
#363C
900
#2226
950
#1518

Shades

Darker variations

1#848FA6
2#717D98
3#616D87
4#545E73
5#464E60
6#383E4D
7#2A2F3A
8#1C1F26
9#0E1013

Tints

Lighter variations

1#A2AABC
2#ACB3C3
3#B7BDCB
4#C1C6D2
5#CBD0DA
6#D6D9E1
7#E0E3E9
8#EAECF0
9#F5F6F8

Tones

Muted variations

1#99A1B3
2#9AA2B1
3#9CA2B0
4#9DA3AE
5#9FA3AD
6#A0A4AB
7#A1A4AA
8#A3A5A9
9#A4A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DC
#D9DCE3
Secondary backgroundsInput backgroundsDividers
300
BBC1
#BBC1CE
BordersInactive statesPlaceholder text
400
97A1
#97A1B4
Disabled statesSecondary iconsMuted text
500
7A86
#7A869F
Primary brand colorCTAsActive elementsLinks
600
5E6A
#5E6A82
Hover statesFocus ringsPrimary buttons hover
700
4B54
#4B5468
Active/pressed statesDark mode accentsSecondary text
800
363C
#363C4A
Text on light backgroundsHeadingsStrong borders
900
2226
#22262F
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #EAECF0;
  --silver-200: #D9DCE3;
  --silver-300: #BBC1CE;
  --silver-400: #97A1B4;
  --silver-500: #7A869F;
  --silver-600: #5E6A82;
  --silver-700: #4B5468;
  --silver-800: #363C4A;
  --silver-900: #22262F;
  --silver-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color