Butter Muffin
#f6dfb2
Looking for the precise values behind Butter Muffin (#f6dfb2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6dfb2 | |
|---|---|---|
| RGB | rgb(246, 223, 178) | |
| HSL | hsl(40, 79%, 83%) | |
| CMYK | cmyk(0%, 9%, 28%, 4%) | |
| LAB | lab(90, 3, 25) | |
| OKLCH | oklch(0.91 0.064 84) |
Color harmonies
Tints & shades
Code snippets
color: #f6dfb2;
background-color: #f6dfb2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6DFB2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.87, blue: 0.70, alpha: 1.0)