Pink Macaroon
#eaacc6
Pink Macaroon is a color with the hex code #eaacc6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eaacc6 | |
|---|---|---|
| RGB | rgb(234, 172, 198) | |
| HSL | hsl(335, 60%, 80%) | |
| CMYK | cmyk(0%, 26%, 15%, 8%) | |
| LAB | lab(77, 26, -4) | |
| OKLCH | oklch(0.81 0.08 352) |
Color harmonies
Tints & shades
Code snippets
color: #eaacc6;
background-color: #eaacc6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEAACC6)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.67, blue: 0.78, alpha: 1.0)