Cake Frosting
#f9dfe5
Cake Frosting is a color with the hex code #f9dfe5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9dfe5 | |
|---|---|---|
| RGB | rgb(249, 223, 229) | |
| HSL | hsl(346, 68%, 93%) | |
| CMYK | cmyk(0%, 10%, 8%, 2%) | |
| LAB | lab(91, 10, 0) | |
| OKLCH | oklch(0.93 0.03 2) |
Color harmonies
Tints & shades
Code snippets
color: #f9dfe5;
background-color: #f9dfe5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9DFE5)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.87, blue: 0.90, alpha: 1.0)