Mimosa
#f5e9d5
Here's everything about the color Mimosa (#f5e9d5) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f5e9d5 | |
|---|---|---|
| RGB | rgb(245, 233, 213) | |
| HSL | hsl(37, 62%, 90%) | |
| CMYK | cmyk(0%, 5%, 13%, 4%) | |
| LAB | lab(93, 2, 11) | |
| OKLCH | oklch(0.94 0.03 81) |
Color harmonies
Tints & shades
Code snippets
color: #f5e9d5;
background-color: #f5e9d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5E9D5)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.91, blue: 0.84, alpha: 1.0)