Magnolia Petal
#f7eee3
Magnolia Petal, represented by the hex value #f7eee3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7eee3 | |
|---|---|---|
| RGB | rgb(247, 238, 227) | |
| HSL | hsl(33, 56%, 93%) | |
| CMYK | cmyk(0%, 4%, 8%, 3%) | |
| LAB | lab(95, 2, 6) | |
| OKLCH | oklch(0.95 0.018 73) |
Color harmonies
Tints & shades
Code snippets
color: #f7eee3;
background-color: #f7eee3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7EEE3)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.93, blue: 0.89, alpha: 1.0)