Silverplate
#c2c0ba
Silverplate, represented by the hex value #c2c0ba, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c2c0ba | |
|---|---|---|
| RGB | rgb(194, 192, 186) | |
| HSL | hsl(45, 6%, 75%) | |
| CMYK | cmyk(0%, 1%, 4%, 24%) | |
| LAB | lab(78, 0, 3) | |
| OKLCH | oklch(0.81 0.009 92) |
Color harmonies
Tints & shades
Code snippets
color: #c2c0ba;
background-color: #c2c0ba;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC2C0BA)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.75, blue: 0.73, alpha: 1.0)