Party Sponge Cake
#eedf91
Looking for the precise values behind Party Sponge Cake (#eedf91)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eedf91 | |
|---|---|---|
| RGB | rgb(238, 223, 145) | |
| HSL | hsl(50, 73%, 75%) | |
| CMYK | cmyk(0%, 6%, 39%, 7%) | |
| LAB | lab(89, -3, 40) | |
| OKLCH | oklch(0.9 0.099 99) |
Color harmonies
Tints & shades
Code snippets
color: #eedf91;
background-color: #eedf91;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEDF91)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.87, blue: 0.57, alpha: 1.0)