Pink Pleasure
#ffdfe5
Looking for the precise values behind Pink Pleasure (#ffdfe5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffdfe5 | |
|---|---|---|
| RGB | rgb(255, 223, 229) | |
| HSL | hsl(349, 100%, 94%) | |
| CMYK | cmyk(0%, 13%, 10%, 0%) | |
| LAB | lab(92, 12, 1) | |
| OKLCH | oklch(0.93 0.036 5) |
Color harmonies
Tints & shades
Code snippets
color: #ffdfe5;
background-color: #ffdfe5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFDFE5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.87, blue: 0.90, alpha: 1.0)