Pink Marshmallow
#f4b6d1
Pink Marshmallow, represented by the hex value #f4b6d1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f4b6d1 | |
|---|---|---|
| RGB | rgb(244, 182, 209) | |
| HSL | hsl(334, 74%, 84%) | |
| CMYK | cmyk(0%, 25%, 14%, 4%) | |
| LAB | lab(80, 26, -4) | |
| OKLCH | oklch(0.84 0.079 351) |
Color harmonies
Tints & shades
Code snippets
color: #f4b6d1;
background-color: #f4b6d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF4B6D1)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.71, blue: 0.82, alpha: 1.0)