Parfait
#c8a6a1
Looking for the precise values behind Parfait (#c8a6a1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c8a6a1 | |
|---|---|---|
| RGB | rgb(200, 166, 161) | |
| HSL | hsl(8, 26%, 71%) | |
| CMYK | cmyk(0%, 17%, 20%, 22%) | |
| LAB | lab(71, 12, 8) | |
| OKLCH | oklch(0.75 0.041 28) |
Color harmonies
Tints & shades
Code snippets
color: #c8a6a1;
background-color: #c8a6a1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC8A6A1)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.65, blue: 0.63, alpha: 1.0)