12 Shades of Silver with Hex Codes
Silver is a light gray that reads as metal when it sits in a gradient. Flat, it is simply a neutral.
The silver hex code is #C0C0C0
#C0C0C0 is rgb(192, 192, 192) in RGB, hsl(0, 0%, 75%) in HSL, and about cmyk(0%, 0%, 0%, 25%) in CMYK. Every other silver below has its own hex code.
#C0C0C0rgb(192, 192, 192)hsl(0, 0%, 75%)Named Silver Colors and Their Hex Codes
Ordered darkest to lightest. Names marked CSS are color keywords you can write directly in a stylesheet; the rest are common design and print names. Select any swatch for its full breakdown.
#71797Ergb(113, 121, 126)#808080rgb(128, 128, 128)#878681rgb(135, 134, 129)#899499rgb(137, 148, 153)#A9A9A9rgb(169, 169, 169)#A9ACB6rgb(169, 172, 182)#C0C0C0rgb(192, 192, 192)#D3D3D3rgb(211, 211, 211)#DCDCDCrgb(220, 220, 220)#DBE4EBrgb(219, 228, 235)#E5E4E2rgb(229, 228, 226)#F5F5F5rgb(245, 245, 245)SilverColor Chart: Hex, RGB, HSL & CMYK
Every silver above in all four common formats. CMYK is a mathematical approximation for planning; confirm production print colors with your printer and ICC profile.
| Name | Hex | RGB | HSL | CMYK |
|---|---|---|---|---|
| Steel | #71797E | rgb(113, 121, 126) | hsl(203, 5%, 47%) | cmyk(10%, 4%, 0%, 51%) |
| Gray | #808080 | rgb(128, 128, 128) | hsl(0, 0%, 50%) | cmyk(0%, 0%, 0%, 50%) |
| Titanium | #878681 | rgb(135, 134, 129) | hsl(50, 2%, 52%) | cmyk(0%, 1%, 4%, 47%) |
| Pewter Silver | #899499 | rgb(137, 148, 153) | hsl(199, 7%, 57%) | cmyk(10%, 3%, 0%, 40%) |
| DarkGray | #A9A9A9 | rgb(169, 169, 169) | hsl(0, 0%, 66%) | cmyk(0%, 0%, 0%, 34%) |
| Aluminium | #A9ACB6 | rgb(169, 172, 182) | hsl(226, 8%, 69%) | cmyk(7%, 5%, 0%, 29%) |
| Silver | #C0C0C0 | rgb(192, 192, 192) | hsl(0, 0%, 75%) | cmyk(0%, 0%, 0%, 25%) |
| LightGray | #D3D3D3 | rgb(211, 211, 211) | hsl(0, 0%, 83%) | cmyk(0%, 0%, 0%, 17%) |
| Gainsboro | #DCDCDC | rgb(220, 220, 220) | hsl(0, 0%, 86%) | cmyk(0%, 0%, 0%, 14%) |
| Chrome | #DBE4EB | rgb(219, 228, 235) | hsl(206, 29%, 89%) | cmyk(7%, 3%, 0%, 8%) |
| Platinum | #E5E4E2 | rgb(229, 228, 226) | hsl(40, 5%, 89%) | cmyk(0%, 0%, 1%, 10%) |
| WhiteSmoke | #F5F5F5 | rgb(245, 245, 245) | hsl(0, 0%, 96%) | cmyk(0%, 0%, 0%, 4%) |
Silver Scale from Light to Dark
A 12-step lightness scale built from the core silver hue, holding hue and saturation constant. This is the shape of a design-system color ramp. Select any swatch for the full breakdown of that color.
Need a perceptually even ramp with semantic roles and contrast evidence? Generate silver design tokens.
What Silver Communicates
Like gold, silver on screen is a gradient effect rather than a color. The CSS keyword `silver` is #C0C0C0, a plain light gray. What makes an element look metallic is the run from a darker gray through a near-white highlight and back, not any single hex value.
Where silver works well
- Metallic gradients for badges, medals, and awards
- Cool neutral surfaces in technology and automotive brands
- Secondary tiers alongside a gold primary
- Borders and dividers where a plain gray would look flat
Colors that pair with silver
Copy the Silver Palette as CSS
Every shade on this page as CSS custom properties, ready to paste into a stylesheet.
:root {
--silver-steel: #71797E;
--silver-gray: #808080;
--silver-titanium: #878681;
--silver-pewter-silver: #899499;
--silver-darkgray: #A9A9A9;
--silver-aluminium: #A9ACB6;
--silver-silver: #C0C0C0;
--silver-lightgray: #D3D3D3;
--silver-gainsboro: #DCDCDC;
--silver-chrome: #DBE4EB;
--silver-platinum: #E5E4E2;
--silver-whitesmoke: #F5F5F5;
}Silver Color Questions
What is the hex code for silver?
The standard silver hex code is #C0C0C0, which is rgb(192, 192, 192) in RGB and hsl(0, 0%, 75%) in HSL. There is no single "correct" silver — this page lists 12 named silver shades with their own hex codes.
How many shades of silver are there?
Displays can render millions of distinct silver values, so any count is a matter of which ones have names. This page lists 12 named shades of silver, combining the CSS color keywords with widely used silver names from design and print references, plus a generated 12-step lightness scale.
Can I use silver for text on a white background?
#C0C0C0 scores 1.82:1 against white. WCAG 2.2 asks for at least 4.5:1 for normal body text and 3:1 for large text, so this shade does not pass and needs to be darkened. Check any specific pairing in the contrast checker.
What colors go well with silver?
navy, black, blue all pair well with silver. For a specific shade, open its color page to see the complementary, analogous, and triadic colors calculated from its exact hue.