Pink Supremecy
#ffd9e6
Looking for the precise values behind Pink Supremecy (#ffd9e6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffd9e6 | |
|---|---|---|
| RGB | rgb(255, 217, 230) | |
| HSL | hsl(339, 100%, 93%) | |
| CMYK | cmyk(0%, 15%, 10%, 0%) | |
| LAB | lab(90, 15, -1) | |
| OKLCH | oklch(0.92 0.045 355) |
Color harmonies
Tints & shades
Code snippets
color: #ffd9e6;
background-color: #ffd9e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD9E6)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.85, blue: 0.90, alpha: 1.0)