Buttercream
#efe0cd
Buttercream is a color with the hex code #efe0cd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #efe0cd | |
|---|---|---|
| RGB | rgb(239, 224, 205) | |
| HSL | hsl(34, 52%, 87%) | |
| CMYK | cmyk(0%, 6%, 14%, 6%) | |
| LAB | lab(90, 3, 11) | |
| OKLCH | oklch(0.91 0.03 74) |
Color harmonies
Tints & shades
Code snippets
color: #efe0cd;
background-color: #efe0cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFE0CD)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.88, blue: 0.80, alpha: 1.0)