Lavender
#b56edc
Lavender is a color with the hex code #b56edc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b56edc | |
|---|---|---|
| RGB | rgb(181, 110, 220) | |
| HSL | hsl(279, 61%, 65%) | |
| CMYK | cmyk(18%, 50%, 0%, 14%) | |
| LAB | lab(58, 43, -46) | |
| OKLCH | oklch(0.66 0.171 312) |
Color harmonies
Tints & shades
Code snippets
color: #b56edc;
background-color: #b56edc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFB56EDC)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.43, blue: 0.86, alpha: 1.0)