Lavendless
#b86fc2
Lavendless is a color with the hex code #b86fc2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b86fc2 | |
|---|---|---|
| RGB | rgb(184, 111, 194) | |
| HSL | hsl(293, 40%, 60%) | |
| CMYK | cmyk(5%, 43%, 0%, 24%) | |
| LAB | lab(57, 39, -32) | |
| OKLCH | oklch(0.65 0.143 323) |
Color harmonies
Tints & shades
Code snippets
color: #b86fc2;
background-color: #b86fc2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFB86FC2)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.44, blue: 0.76, alpha: 1.0)