Pink Palazzo
#df9f8f
Pink Palazzo is a color with the hex code #df9f8f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #df9f8f | |
|---|---|---|
| RGB | rgb(223, 159, 143) | |
| HSL | hsl(12, 56%, 72%) | |
| CMYK | cmyk(0%, 29%, 36%, 13%) | |
| LAB | lab(72, 23, 18) | |
| OKLCH | oklch(0.76 0.08 35) |
Color harmonies
Tints & shades
Code snippets
color: #df9f8f;
background-color: #df9f8f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFDF9F8F)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.62, blue: 0.56, alpha: 1.0)