CSS named color
Silver
#C0C0C0
HEX
#c0c0c0RGB
rgb(192, 192, 192)HSL
hsl(0, 0%, 75%)OKLCH
oklch(80.78% 0.0000 89.88)NAME
silverPalette
Complementary
180° on the color wheelComplement
#BFBFBF
Analogous
±30° around the base hueLeft
#BFBFBF
Right
#BFBFBF
Triadic
±120° for harmonic contrastTriad 1
#BFBFBF
Triad 2
#BFBFBF
Shades
Lighter and darker variantsCSS usage
By name
color: silver;
background-color: silver;By HEX
color: #c0c0c0;
background-color: #c0c0c0;By RGB
color: rgb(192, 192, 192);
background-color: rgb(192, 192, 192);By HSL
color: hsl(0, 0%, 75%);
background-color: hsl(0, 0%, 75%);WCAG contrast vs white
Aa
1.82:1
Below minimum
WCAG contrast vs black
Aa
11.54:1
AAA
Related colors
FAQ — Silver
What is the HEX code for Silver?
The HEX code for Silver is #C0C0C0. It's one of the 148 named CSS colors and can be used directly in CSS as color: silver; or color: #c0c0c0;
What is Silver in RGB?
Silver in RGB is rgb(192, 192, 192) — red 192, green 192, blue 192.
What is Silver in HSL?
Silver in HSL is hsl(0, 0%, 75%) — hue 0°, saturation 0%, lightness 75%.
What is the complementary color of Silver?
The complementary color (directly opposite Silver on the color wheel) is #BFBFBF. The two together produce maximum contrast.
Is white text readable on Silver?
The WCAG contrast ratio against white (#FFFFFF) is 1.82:1, and against black (#000000) it's 11.54:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.