Explore the base color
Review HEX, RGB, HSL, and HSV for silver, then browse shades, tints, tones, and hues.
Silver color codes for #C0C0C0 — HEX, RGB, HSL, HSV, shades, named silvers, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for silver, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named silver shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleSilver is a light neutral for chrome and separators—more polished than plain lightgray.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--silver: #c0c0c0;
--silver-soft: #dcdcdc;
--silver-ink: #555555;
}
.banner {
background-color: var(--silver);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| silver | #C0C0C0 | 192, 192, 192 | Base keyword |
| lightgray | #D3D3D3 | 211, 211, 211 | Light tint |
| gainsboro | #DCDCDC | 220, 220, 220 | Named shade |
| darkgray | #A9A9A9 | 169, 169, 169 | Dark shade |
| gray | #808080 | 128, 128, 128 | Named shade |
| slategray | #708090 | 112, 128, 144 | Named shade |
| white | #FFFFFF | 255, 255, 255 | Named shade |
| black | #000000 | 0, 0, 0 | Named shade |
| darkgrey | #A9A9A9 | 169, 169, 169 | Dark shade |
| darkslategray | #2F4F4F | 47, 79, 79 | Dark shade |
| darkslategrey | #2F4F4F | 47, 79, 79 | Dark shade |
| dimgray | #696969 | 105, 105, 105 | Dark shade |
Key distinctions behind the tool.
The CSS named color silver is #C0C0C0, equal to rgb(192, 192, 192) and hsl(0°, 0%, 75%).
Silver is the classic light metallic gray. LightGray is slightly brighter and flatter.
Black, white, and saturated brand accents. Silver works for borders and icons. Always check text contrast.
Silver text on white fails AA. Use silver for borders/icons; keep text darker.
Use color: silver;, color: #C0C0C0;, or color: rgb(192, 192, 192); on any property that accepts a <color> value, including background-color and border-color.