Marshmallow
#f0eee4
Marshmallow is a color with the hex code #f0eee4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f0eee4 | |
|---|---|---|
| RGB | rgb(240, 238, 228) | |
| HSL | hsl(50, 29%, 92%) | |
| CMYK | cmyk(0%, 1%, 5%, 6%) | |
| LAB | lab(94, -1, 5) | |
| OKLCH | oklch(0.95 0.013 97) |
Color harmonies
Tints & shades
Code snippets
color: #f0eee4;
background-color: #f0eee4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0EEE4)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.93, blue: 0.89, alpha: 1.0)