Holographic Lavender
#f0e5f5
Holographic Lavender is a color with the hex code #f0e5f5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f0e5f5 | |
|---|---|---|
| RGB | rgb(240, 229, 245) | |
| HSL | hsl(281, 44%, 93%) | |
| CMYK | cmyk(2%, 7%, 0%, 4%) | |
| LAB | lab(92, 6, -6) | |
| OKLCH | oklch(0.94 0.024 315) |
Color harmonies
Tints & shades
Code snippets
color: #f0e5f5;
background-color: #f0e5f5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0E5F5)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.90, blue: 0.96, alpha: 1.0)