Minute Mauve
#f2e4f5
Looking for the precise values behind Minute Mauve (#f2e4f5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2e4f5 | |
|---|---|---|
| RGB | rgb(242, 228, 245) | |
| HSL | hsl(289, 46%, 93%) | |
| CMYK | cmyk(1%, 7%, 0%, 4%) | |
| LAB | lab(92, 7, -6) | |
| OKLCH | oklch(0.93 0.027 320) |
Color harmonies
Tints & shades
Code snippets
color: #f2e4f5;
background-color: #f2e4f5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2E4F5)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.89, blue: 0.96, alpha: 1.0)