Butter Up
#f4e0bb
Butter Up is a color with the hex code #f4e0bb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4e0bb | |
|---|---|---|
| RGB | rgb(244, 224, 187) | |
| HSL | hsl(39, 72%, 85%) | |
| CMYK | cmyk(0%, 8%, 23%, 4%) | |
| LAB | lab(90, 3, 21) | |
| OKLCH | oklch(0.91 0.053 83) |
Color harmonies
Tints & shades
Code snippets
color: #f4e0bb;
background-color: #f4e0bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4E0BB)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.88, blue: 0.73, alpha: 1.0)