Soft Butter
#f4e1b6
Looking for the precise values behind Soft Butter (#f4e1b6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4e1b6 | |
|---|---|---|
| RGB | rgb(244, 225, 182) | |
| HSL | hsl(42, 74%, 84%) | |
| CMYK | cmyk(0%, 8%, 25%, 4%) | |
| LAB | lab(90, 2, 24) | |
| OKLCH | oklch(0.91 0.06 87) |
Color harmonies
Tints & shades
Code snippets
color: #f4e1b6;
background-color: #f4e1b6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4E1B6)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.88, blue: 0.71, alpha: 1.0)