Silver
#c0c0c0
Silver, represented by the hex value #c0c0c0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c0c0c0 | |
|---|---|---|
| RGB | rgb(192, 192, 192) | |
| HSL | hsl(0, 0%, 75%) | |
| CMYK | cmyk(0%, 0%, 0%, 25%) | |
| LAB | lab(78, 0, 0) | |
| OKLCH | oklch(0.81 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #c0c0c0;
background-color: #c0c0c0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC0C0C0)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.75, blue: 0.75, alpha: 1.0)