Lovely Breeze
#f9d8e4
Looking for the precise values behind Lovely Breeze (#f9d8e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f9d8e4 | |
|---|---|---|
| RGB | rgb(249, 216, 228) | |
| HSL | hsl(338, 73%, 91%) | |
| CMYK | cmyk(0%, 13%, 8%, 2%) | |
| LAB | lab(89, 13, -1) | |
| OKLCH | oklch(0.91 0.04 354) |
Color harmonies
Tints & shades
Code snippets
color: #f9d8e4;
background-color: #f9d8e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9D8E4)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.85, blue: 0.89, alpha: 1.0)