Silver
#C7C3C1
GrayColor Codes
All color formats for development
HEX
#C7C3C1RGB
rgb(199, 195, 193)HSL
hsl(20, 5%, 77%)OKLCH
oklch(0.82 0.005 48.7)CMYK
cmyk(0%, 2%, 3%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5AFAD
2#A29B98
3#8F8784
4#7C7470
5#67615D
6#524D4B
7#3E3A38
8#292725
9#151313
Tints
Lighter variations
1#CDC9C8
2#D2CFCE
3#D8D5D4
4#DEDBDA
5#E3E1E0
6#E9E7E6
7#EEEDED
8#F4F3F3
9#F9F9F9
Tones
Muted variations
1#C7C3C2
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
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C3 #C7C3C1 | BordersInactive statesPlaceholder text |
| 400 | AAA4 #AAA4A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928A #928A87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766E #766E6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E58 #5E5855 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F8F7F7;
--silver-100: #EEEDEC;
--silver-200: #E0DDDC;
--silver-300: #C7C3C1;
--silver-400: #AAA4A1;
--silver-500: #928A87;
--silver-600: #766E6B;
--silver-700: #5E5855;
--silver-800: #433F3D;
--silver-900: #2B2827;
--silver-950: #1B1918;
}