Mauve
#e0b0ff
Mauve is a color with the hex code #e0b0ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e0b0ff | |
|---|---|---|
| RGB | rgb(224, 176, 255) | |
| HSL | hsl(276, 100%, 85%) | |
| CMYK | cmyk(12%, 31%, 0%, 0%) | |
| LAB | lab(78, 28, -33) | |
| OKLCH | oklch(0.83 0.119 312) |
Color harmonies
Tints & shades
Code snippets
color: #e0b0ff;
background-color: #e0b0ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFE0B0FF)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.69, blue: 1.00, alpha: 1.0)