Silver

#C7C5C1

Gray

Color Codes

All color formats for development

HEX
#C7C5C1
RGB
rgb(199, 197, 193)
HSL
hsl(40, 5%, 77%)
OKLCH
oklch(0.824 0.006 84.6)
CMYK
cmyk(0%, 1%, 3%, 22%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DE
300
#C7C5
400
#AAA7
500
#928E
600
#7672
700
#5E5B
800
#4341
900
#2B29
950
#1B1A

Shades

Darker variations

1#B5B2AD
2#A29F98
3#8F8B84
4#7C7870
5#67645D
6#52504B
7#3E3C38
8#292825
9#151413

Tints

Lighter variations

1#CDCBC8
2#D2D1CE
3#D8D7D4
4#DEDCDA
5#E3E2E0
6#E9E8E6
7#EEEEED
8#F4F3F3
9#F9F9F9

Tones

Muted variations

1#C7C5C2
2#C7C5C2
3#C6C5C2
4#C6C5C3
5#C6C5C3
6#C6C5C3
7#C5C5C3
8#C5C5C4
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
C7C5
#C7C5C1
BordersInactive statesPlaceholder text
400
AAA7
#AAA7A1
Disabled statesSecondary iconsMuted text
500
928E
#928E87
Primary brand colorCTAsActive elementsLinks
600
7672
#76726B
Hover statesFocus ringsPrimary buttons hover
700
5E5B
#5E5B55
Active/pressed statesDark mode accentsSecondary text
800
4341
#43413D
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: #C7C5C1;
  --silver-400: #AAA7A1;
  --silver-500: #928E87;
  --silver-600: #76726B;
  --silver-700: #5E5B55;
  --silver-800: #43413D;
  --silver-900: #2B2927;
  --silver-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color