Pleasure
#80385c
Pleasure, represented by the hex value #80385c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #80385c | |
|---|---|---|
| RGB | rgb(128, 56, 92) | |
| HSL | hsl(330, 39%, 36%) | |
| CMYK | cmyk(0%, 56%, 28%, 50%) | |
| LAB | lab(35, 35, -6) | |
| OKLCH | oklch(0.45 0.108 351) |
Color harmonies
Tints & shades
Code snippets
color: #80385c;
background-color: #80385c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF80385C)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.22, blue: 0.36, alpha: 1.0)