Lucius Lilac
#baa2ce
Looking for the precise values behind Lucius Lilac (#baa2ce)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #baa2ce | |
|---|---|---|
| RGB | rgb(186, 162, 206) | |
| HSL | hsl(273, 31%, 72%) | |
| CMYK | cmyk(10%, 21%, 0%, 19%) | |
| LAB | lab(70, 15, -19) | |
| OKLCH | oklch(0.75 0.067 309) |
Color harmonies
Tints & shades
Code snippets
color: #baa2ce;
background-color: #baa2ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBAA2CE)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.64, blue: 0.81, alpha: 1.0)