Lilac
#cea2fd
Lilac is a color with the hex code #cea2fd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cea2fd | |
|---|---|---|
| RGB | rgb(206, 162, 253) | |
| HSL | hsl(269, 96%, 81%) | |
| CMYK | cmyk(19%, 36%, 0%, 1%) | |
| LAB | lab(73, 30, -39) | |
| OKLCH | oklch(0.79 0.134 306) |
Color harmonies
Tints & shades
Code snippets
color: #cea2fd;
background-color: #cea2fd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFFCEA2FD)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.64, blue: 0.99, alpha: 1.0)