Plum Passion
#9b4b80
Plum Passion, represented by the hex value #9b4b80, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b4b80 | |
|---|---|---|
| RGB | rgb(155, 75, 128) | |
| HSL | hsl(320, 35%, 45%) | |
| CMYK | cmyk(0%, 52%, 17%, 39%) | |
| LAB | lab(44, 39, -14) | |
| OKLCH | oklch(0.53 0.125 342) |
Color harmonies
Tints & shades
Code snippets
color: #9b4b80;
background-color: #9b4b80;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF9B4B80)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.29, blue: 0.50, alpha: 1.0)