Matt Lilac
#dec6d3
Matt Lilac, represented by the hex value #dec6d3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dec6d3 | |
|---|---|---|
| RGB | rgb(222, 198, 211) | |
| HSL | hsl(328, 27%, 82%) | |
| CMYK | cmyk(0%, 11%, 5%, 13%) | |
| LAB | lab(82, 10, -3) | |
| OKLCH | oklch(0.85 0.032 344) |
Color harmonies
Tints & shades
Code snippets
color: #dec6d3;
background-color: #dec6d3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEC6D3)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.78, blue: 0.83, alpha: 1.0)