Argento
#cecac3
Here's everything about the color Argento (#cecac3) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cecac3 | |
|---|---|---|
| RGB | rgb(206, 202, 195) | |
| HSL | hsl(38, 10%, 79%) | |
| CMYK | cmyk(0%, 2%, 5%, 19%) | |
| LAB | lab(82, 1, 4) | |
| OKLCH | oklch(0.84 0.011 82) |
Color harmonies
Tints & shades
Code snippets
color: #cecac3;
background-color: #cecac3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCECAC3)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.79, blue: 0.76, alpha: 1.0)