Star Magnolia
#eeefe2
Looking for the precise values behind Star Magnolia (#eeefe2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eeefe2 | |
|---|---|---|
| RGB | rgb(238, 239, 226) | |
| HSL | hsl(65, 29%, 91%) | |
| CMYK | cmyk(0%, 0%, 5%, 6%) | |
| LAB | lab(94, -2, 6) | |
| OKLCH | oklch(0.95 0.017 110) |
Color harmonies
Tints & shades
Code snippets
color: #eeefe2;
background-color: #eeefe2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEEFE2)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.94, blue: 0.89, alpha: 1.0)