Mauve Hex Code — #E0B0FF
RGB, HSL, and CMYK values for Mauve.
Mauve Color Values
| Format | Value |
|---|---|
| HEX | #E0B0FF |
| RGB | rgb(224, 176, 255) |
| HSL | hsl(276, 100%, 85%) |
| CMYK | cmyk(12%, 31%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Mauve
Color psychology: Sentimentality, nostalgia.
Mauve (#E0B0FF) is a light shade of purple. It's commonly used in web design, graphic design, and branding where sentimentality, nostalgia are desired associations.
How to Use Mauve in CSS
/* Using HEX */ color: #E0B0FF; background-color: #E0B0FF; /* Using RGB */ color: rgb(224, 176, 255); /* Using HSL */ color: hsl(276, 100%, 85%);