Silver

#97A8B5

Blue

Color Codes

All color formats for development

HEX
#97A8B5
RGB
rgb(151, 168, 181)
HSL
hsl(206, 17%, 65%)
OKLCH
oklch(0.723 0.027 240.8)
CMYK
cmyk(17%, 7%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#BAC6
400
#97A8
500
#798F
600
#5D73
700
#4A5B
800
#3541
900
#222A
950
#151A

Shades

Darker variations

1#8398A7
2#708799
3#607788
4#536674
5#455561
6#37444E
7#29333A
8#1C2227
9#0E1113

Tints

Lighter variations

1#A1B0BC
2#ABB9C4
3#B6C2CB
4#C0CBD3
5#CBD3DA
6#D5DCE1
7#E0E5E9
8#EAEEF0
9#F5F6F8

Tones

Muted variations

1#98A8B3
2#9AA7B2
3#9BA7B0
4#9DA7AF
5#9EA7AD
6#A0A7AC
7#A1A6AA
8#A3A6A9
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE3
Secondary backgroundsInput backgroundsDividers
300
BAC6
#BAC6CE
BordersInactive statesPlaceholder text
400
97A8
#97A8B5
Disabled statesSecondary iconsMuted text
500
798F
#798FA0
Primary brand colorCTAsActive elementsLinks
600
5D73
#5D7383
Hover statesFocus ringsPrimary buttons hover
700
4A5B
#4A5B68
Active/pressed statesDark mode accentsSecondary text
800
3541
#35414B
Text on light backgroundsHeadingsStrong borders
900
222A
#222A30
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEEF0;
  --silver-200: #D8DFE3;
  --silver-300: #BAC6CE;
  --silver-400: #97A8B5;
  --silver-500: #798FA0;
  --silver-600: #5D7383;
  --silver-700: #4A5B68;
  --silver-800: #35414B;
  --silver-900: #222A30;
  --silver-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color