Digital Lavender
#cac0e1
Digital Lavender, represented by the hex value #cac0e1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cac0e1 | |
|---|---|---|
| RGB | rgb(202, 192, 225) | |
| HSL | hsl(258, 35%, 82%) | |
| CMYK | cmyk(10%, 15%, 0%, 12%) | |
| LAB | lab(79, 8, -15) | |
| OKLCH | oklch(0.83 0.047 299) |
Color harmonies
Tints & shades
Code snippets
color: #cac0e1;
background-color: #cac0e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCAC0E1)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.75, blue: 0.88, alpha: 1.0)