Silver Color Code
Silver·#C0C0C0
Silver is a mid-tone, muted CSS named color at #C0C0C0. If you searched for silver hex code, C0C0C0, or silver RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.
Tonal Scale
Contrast Checks
White text on this color
Buttons, badges, and filled actions.
Dark text on this color
Large headings and selective UI.
This color on light surface
Links, borders, and icons on light UI.
Professional Reference
- Silver is kept as an exact CSS named color for #C0C0C0.
- Queries for silver color code, C0C0C0, or silver RGB usually need the value first, then contrast and implementation context.
Accessibility Matrix
White text on this color
White text placed on the current color.
Dark text on this color
Dark text or headings on the current color.
This color on light surface
Use this color for links, strokes, or icons on light UI.
This color on dark surface
Use this color inside dark shells for strokes, tags, or icons.
Where It Works
- Use it for text, surfaces, rules, borders, elevation, and layout structure.
- Choose the exact neutral by contrast role instead of treating all grays as interchangeable.
- Pair with one clear accent color and a lighter or darker neutral step.
Reference Notes
Silver is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.
Core neutrals for typography, surfaces, and systems.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-silver: #C0C0C0;
--color-silver-rgb: 192 192 192;
}class="bg-[#C0C0C0] text-white"
class="hover:bg-[#8A8A8A] ring-1 ring-[#C0C0C0]"{
"silver": "#C0C0C0",
"silverRgb": [192, 192, 192],
"silverHsl": [0, 0, 75]
}