Magnolia
#fff9e4
Looking for the precise values behind Magnolia (#fff9e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff9e4 | |
|---|---|---|
| RGB | rgb(255, 249, 228) | |
| HSL | hsl(47, 100%, 95%) | |
| CMYK | cmyk(0%, 2%, 11%, 0%) | |
| LAB | lab(98, -1, 11) | |
| OKLCH | oklch(0.98 0.028 94) |
Color harmonies
Tints & shades
Code snippets
color: #fff9e4;
background-color: #fff9e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF9E4)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.98, blue: 0.89, alpha: 1.0)