Muted Purple
#805b87
Here's everything about the color Muted Purple (#805b87) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #805b87 | |
|---|---|---|
| RGB | rgb(128, 91, 135) | |
| HSL | hsl(290, 19%, 44%) | |
| CMYK | cmyk(5%, 33%, 0%, 47%) | |
| LAB | lab(44, 22, -18) | |
| OKLCH | oklch(0.53 0.08 321) |
Color harmonies
Tints & shades
Code snippets
color: #805b87;
background-color: #805b87;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF805B87)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.36, blue: 0.53, alpha: 1.0)