York Plum
#d3bfe5
York Plum, represented by the hex value #d3bfe5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d3bfe5 | |
|---|---|---|
| RGB | rgb(211, 191, 229) | |
| HSL | hsl(272, 42%, 82%) | |
| CMYK | cmyk(8%, 17%, 0%, 10%) | |
| LAB | lab(80, 13, -16) | |
| OKLCH | oklch(0.83 0.056 309) |
Color harmonies
Tints & shades
Code snippets
color: #d3bfe5;
background-color: #d3bfe5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFD3BFE5)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.75, blue: 0.90, alpha: 1.0)