Discrete Pink
#ebdbdd
Discrete Pink, represented by the hex value #ebdbdd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ebdbdd | |
|---|---|---|
| RGB | rgb(235, 219, 221) | |
| HSL | hsl(352, 29%, 89%) | |
| CMYK | cmyk(0%, 7%, 6%, 8%) | |
| LAB | lab(89, 6, 1) | |
| OKLCH | oklch(0.9 0.018 9) |
Color harmonies
Tints & shades
Code snippets
color: #ebdbdd;
background-color: #ebdbdd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBDBDD)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.86, blue: 0.87, alpha: 1.0)