Dolce Pink
#f0d9e0
Looking for the precise values behind Dolce Pink (#f0d9e0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0d9e0 | |
|---|---|---|
| RGB | rgb(240, 217, 224) | |
| HSL | hsl(342, 43%, 90%) | |
| CMYK | cmyk(0%, 10%, 7%, 6%) | |
| LAB | lab(89, 9, 0) | |
| OKLCH | oklch(0.91 0.027 357) |
Color harmonies
Tints & shades
Code snippets
color: #f0d9e0;
background-color: #f0d9e0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0D9E0)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.85, blue: 0.88, alpha: 1.0)