Buttermilk
#fffee4
Looking for the precise values behind Buttermilk (#fffee4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fffee4 | |
|---|---|---|
| RGB | rgb(255, 254, 228) | |
| HSL | hsl(58, 100%, 95%) | |
| CMYK | cmyk(0%, 0%, 11%, 0%) | |
| LAB | lab(99, -3, 13) | |
| OKLCH | oklch(0.99 0.034 105) |
Color harmonies
Tints & shades
Code snippets
color: #fffee4;
background-color: #fffee4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFEE4)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.89, alpha: 1.0)