Light Pink
#ffd1df
Light Pink, represented by the hex value #ffd1df, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffd1df | |
|---|---|---|
| RGB | rgb(255, 209, 223) | |
| HSL | hsl(342, 100%, 91%) | |
| CMYK | cmyk(0%, 18%, 13%, 0%) | |
| LAB | lab(88, 18, -1) | |
| OKLCH | oklch(0.9 0.055 358) |
Color harmonies
Tints & shades
Code snippets
color: #ffd1df;
background-color: #ffd1df;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD1DF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.82, blue: 0.87, alpha: 1.0)