Mulberry Hex Code — #C54B8C
RGB, HSL, and CMYK values for Mulberry.
Mulberry Color Values
| Format | Value |
|---|---|
| HEX | #C54B8C |
| RGB | rgb(197, 75, 140) |
| HSL | hsl(328, 51%, 53%) |
| CMYK | cmyk(0%, 62%, 29%, 23%) |
Want to explore more shades? Use our Color Converter
About Mulberry
Color psychology: Creative, imaginative.
Mulberry (#C54B8C) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where creative, imaginative are desired associations.
How to Use Mulberry in CSS
/* Using HEX */ color: #C54B8C; background-color: #C54B8C; /* Using RGB */ color: rgb(197, 75, 140); /* Using HSL */ color: hsl(328, 51%, 53%);