Partial Pink
#ffedf8
Partial Pink is a color with the hex code #ffedf8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffedf8 | |
|---|---|---|
| RGB | rgb(255, 237, 248) | |
| HSL | hsl(323, 100%, 96%) | |
| CMYK | cmyk(0%, 7%, 3%, 0%) | |
| LAB | lab(95, 8, -3) | |
| OKLCH | oklch(0.96 0.024 340) |
Color harmonies
Tints & shades
Code snippets
color: #ffedf8;
background-color: #ffedf8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEDF8)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.97, alpha: 1.0)