Mother’s Milk
#f7edca
Looking for the precise values behind Mother’s Milk (#f7edca)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7edca | |
|---|---|---|
| RGB | rgb(247, 237, 202) | |
| HSL | hsl(47, 74%, 88%) | |
| CMYK | cmyk(0%, 4%, 18%, 3%) | |
| LAB | lab(94, -1, 18) | |
| OKLCH | oklch(0.95 0.047 94) |
Color harmonies
Tints & shades
Code snippets
color: #f7edca;
background-color: #f7edca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7EDCA)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.93, blue: 0.79, alpha: 1.0)