Light Lilac
#dcc6d2
Here's everything about the color Light Lilac (#dcc6d2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dcc6d2 | |
|---|---|---|
| RGB | rgb(220, 198, 210) | |
| HSL | hsl(327, 24%, 82%) | |
| CMYK | cmyk(0%, 10%, 5%, 14%) | |
| LAB | lab(82, 10, -3) | |
| OKLCH | oklch(0.85 0.029 344) |
Color harmonies
Tints & shades
Code snippets
color: #dcc6d2;
background-color: #dcc6d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCC6D2)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.78, blue: 0.82, alpha: 1.0)