Silver

#C7C4C1

Gray

Color Codes

All color formats for development

HEX
#C7C4C1
RGB
rgb(199, 196, 193)
HSL
hsl(30, 5%, 77%)
OKLCH
oklch(0.822 0.005 67.8)
CMYK
cmyk(0%, 2%, 3%, 22%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DE
300
#C7C4
400
#AAA6
500
#928C
600
#7670
700
#5E59
800
#4340
900
#2B29
950
#1B1A

Shades

Darker variations

1#B5B1AD
2#A29D98
3#8F8984
4#7C7670
5#67625D
6#524F4B
7#3E3B38
8#292725
9#151413

Tints

Lighter variations

1#CDCAC8
2#D2D0CE
3#D8D6D4
4#DEDCDA
5#E3E2E0
6#E9E8E6
7#EEEDED
8#F4F3F3
9#F9F9F9

Tones

Muted variations

1#C7C4C2
2#C7C4C2
3#C6C4C2
4#C6C4C3
5#C6C4C3
6#C6C4C3
7#C5C4C3
8#C5C4C4
9#C5C4C4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DE
#E0DEDC
Secondary backgroundsInput backgroundsDividers
300
C7C4
#C7C4C1
BordersInactive statesPlaceholder text
400
AAA6
#AAA6A1
Disabled statesSecondary iconsMuted text
500
928C
#928C87
Primary brand colorCTAsActive elementsLinks
600
7670
#76706B
Hover statesFocus ringsPrimary buttons hover
700
5E59
#5E5955
Active/pressed statesDark mode accentsSecondary text
800
4340
#43403D
Text on light backgroundsHeadingsStrong borders
900
2B29
#2B2927
Primary textHigh emphasis contentDark headings
950
1B1A
#1B1A18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F8F7F7;
  --silver-100: #EEEDEC;
  --silver-200: #E0DEDC;
  --silver-300: #C7C4C1;
  --silver-400: #AAA6A1;
  --silver-500: #928C87;
  --silver-600: #76706B;
  --silver-700: #5E5955;
  --silver-800: #43403D;
  --silver-900: #2B2927;
  --silver-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color