Perfume Haze
#f3e9f7
Looking for the precise values behind Perfume Haze (#f3e9f7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3e9f7 | |
|---|---|---|
| RGB | rgb(243, 233, 247) | |
| HSL | hsl(283, 47%, 94%) | |
| CMYK | cmyk(2%, 6%, 0%, 3%) | |
| LAB | lab(93, 5, -6) | |
| OKLCH | oklch(0.95 0.021 316) |
Color harmonies
Tints & shades
Code snippets
color: #f3e9f7;
background-color: #f3e9f7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3E9F7)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.91, blue: 0.97, alpha: 1.0)