Silver

#97ADB4

Cyan

Color Codes

All color formats for development

HEX
#97ADB4
RGB
rgb(151, 173, 180)
HSL
hsl(194, 16%, 65%)
OKLCH
oklch(0.733 0.026 218.9)
CMYK
cmyk(16%, 4%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BBC9
400
#97AD
500
#7A96
600
#5E7A
700
#4B61
800
#3645
900
#222C
950
#151C

Shades

Darker variations

1#849EA6
2#718F98
3#617E87
4#546C73
5#465A60
6#38484D
7#2A363A
8#1C2426
9#0E1213

Tints

Lighter variations

1#A2B6BC
2#ACBEC3
3#B7C6CB
4#C1CED2
5#CBD6DA
6#D6DEE1
7#E0E7E9
8#EAEFF0
9#F5F7F8

Tones

Muted variations

1#99ADB3
2#9AACB1
3#9CABB0
4#9DAAAE
5#9FAAAD
6#A0A9AB
7#A1A8AA
8#A3A7A9
9#A4A7A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E1
#D9E1E3
Secondary backgroundsInput backgroundsDividers
300
BBC9
#BBC9CE
BordersInactive statesPlaceholder text
400
97AD
#97ADB4
Disabled statesSecondary iconsMuted text
500
7A96
#7A969F
Primary brand colorCTAsActive elementsLinks
600
5E7A
#5E7A82
Hover statesFocus ringsPrimary buttons hover
700
4B61
#4B6168
Active/pressed statesDark mode accentsSecondary text
800
3645
#36454A
Text on light backgroundsHeadingsStrong borders
900
222C
#222C2F
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEFF0;
  --silver-200: #D9E1E3;
  --silver-300: #BBC9CE;
  --silver-400: #97ADB4;
  --silver-500: #7A969F;
  --silver-600: #5E7A82;
  --silver-700: #4B6168;
  --silver-800: #36454A;
  --silver-900: #222C2F;
  --silver-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color