Cow’s Milk
#f1ede5
Looking for the precise values behind Cow’s Milk (#f1ede5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1ede5 | |
|---|---|---|
| RGB | rgb(241, 237, 229) | |
| HSL | hsl(40, 30%, 92%) | |
| CMYK | cmyk(0%, 2%, 5%, 5%) | |
| LAB | lab(94, 0, 4) | |
| OKLCH | oklch(0.95 0.012 85) |
Color harmonies
Tints & shades
Code snippets
color: #f1ede5;
background-color: #f1ede5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1EDE5)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.93, blue: 0.90, alpha: 1.0)