Silver color: hex codes, shades and palettes
Palettes built around silver. Click any swatch to copy its hex code.
Silver is #C0C0C0, light grey. Below are its shades with hex codes, the values in every common format, and silver color palettes to copy.
Silver hex, RGB, HSL and OKLCH
- HEX
#C0C0C0- RGB
rgb(192, 192, 192)- HSL
hsl(0, 0%, 75%)- OKLCH
oklch(80.8% 0.000 89.9)- On white
- 1.82:1
- On black
- 11.54:1
Shades of silver
9 steps from one base color, generated in OKLCH so each step is an equal perceived step rather than an equal numeric one. Click a swatch to copy it.
Silver color values
| RGB | 192 | 192 | 192 | |
|---|---|---|---|---|
| HSL | 0° | 0% | 75% | |
| HSV | 0° | 0% | 75% | |
| CMYK | 0.00 | 0.00 | 0.00 | 0.25 |
| XYZ | 50.1007 | 52.7115 | 57.3939 | |
| Yxy | 52.7115 | 0.3127 | 0.3290 | |
| CIE-Lab | 77.7044 | -0.0000 | 0.0000 | |
| Hunter Lab | 72.6027 | -3.8778 | 3.9520 | |
| OKLCH | 80.8% | 0.000 | 89.9° |
#C0C0C0 is 192 red, 192 green and 192 blue. No single channel dominates it. The nearest of the 216 web safe colors is #CCCCCC.
CIE-Lab, XYZ and Yxy are measured against D65, the white point sRGB itself is defined against. Hunter Lab uses the original illuminant C constants, which is what paint and plastics specifications quote, so the two Lab rows are not directly comparable. CMYK is the plain arithmetic conversion: real ink values depend on the press, the paper and the profile.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000000 | 11000000 | 11000000 |
| Octal | 300 | 300 | 300 |
| Decimal | 192 | 192 | 192 |
| Hex | C0 | C0 | C0 |
#c0c0c0 mixed with black
Ten even steps of the classic shade ramp, worked out in RGB, which is how the term has always been defined and how other references list it. The OKLCH scale further down this page answers a different question: it steps by equal perceived amounts, so its values are not the same.
- #C0C0C0
- #ACACAC
- #999999
- #868686
- #737373
- #606060
- #4C4C4C
- #393939
- #262626
- #131313
- #000000
#c0c0c0 mixed with white
The tint ramp, by the same rule in the other direction.
- #C0C0C0
- #C6C6C6
- #CCCCCC
- #D2D2D2
- #D9D9D9
- #DFDFDF
- #E5E5E5
- #ECECEC
- #F2F2F2
- #F8F8F8
- #FFFFFF
Channel shares
Color schemes
Turned in OKLCH rather than HSL, so every member keeps the lightness and chroma of the original instead of one of them arriving washed out.
Complementary
- #C0C0C0
- #C0C0C0
Triadic
- #C0C0C0
- #C0C0C0
- #C0C0C0
Analogous
- #C0C0C0
- #C0C0C0
- #C0C0C0
Monochromatic
- #555555
- #777777
- #9A9A9A
- #C0C0C0
- #E7E7E7
- #F8F8F8
- #F8F8F8
#c0c0c0 on black and on white
The quick brown fox jumps over the lazy dog. 11.54:1
The quick brown fox jumps over the lazy dog. 1.82:1
Body text needs 4.5:1 to meet AA and large text needs 3:1, so a ratio tells you which of the two backgrounds this color can be read on, and at what size.
CSS for #c0c0c0
color: #c0c0c0;
background-color: #c0c0c0;
border: 3px solid #c0c0c0;
box-shadow: 1px 1px 3px 2px #c0c0c0;
text-shadow: 4px 4px 2px rgba(192, 192, 192, 0.8);
/* Perceptually even, and what a modern stylesheet wants */
color: oklch(80.8% 0.000 89.9);The OKLCH form is the same color stated so that lightening or darkening it moves by an amount the eye agrees with. Every current browser understands it.
Contrast and readability
Silver on white measures 1.82:1 and on black 11.54:1. WCAG AA asks for 4.5:1 on normal text and 3:1 on large text and UI components, so the higher of those two decides which background it belongs on. In the scale above, 500 is the first to clear 4.5:1 on white, at 5.25:1.
The contrast checker reports every level for a given pair and suggests the nearest passing shade on the same hue. The color picker builds this same scale from any color you paste in.
Related colors: gray, slate, pewter. See every shade on the colors index.
No silver palettes yet
Run npm run generate to build the dataset.