Wisteria
#a87dc2
Wisteria, represented by the hex value #a87dc2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a87dc2 | |
|---|---|---|
| RGB | rgb(168, 125, 194) | |
| HSL | hsl(277, 36%, 63%) | |
| CMYK | cmyk(13%, 36%, 0%, 24%) | |
| LAB | lab(59, 27, -30) | |
| OKLCH | oklch(0.66 0.11 312) |
Color harmonies
Tints & shades
Code snippets
color: #a87dc2;
background-color: #a87dc2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFFA87DC2)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.49, blue: 0.76, alpha: 1.0)