Mulberry
#920a4e
Mulberry, represented by the hex value #920a4e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #920a4e | |
|---|---|---|
| RGB | rgb(146, 10, 78) | |
| HSL | hsl(330, 87%, 31%) | |
| CMYK | cmyk(0%, 93%, 47%, 43%) | |
| LAB | lab(32, 54, 0) | |
| OKLCH | oklch(0.43 0.169 359) |
Color harmonies
Tints & shades
Code snippets
color: #920a4e;
background-color: #920a4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF920A4E)
/* Swift / UIKit */
UIColor(red: 0.57, green: 0.04, blue: 0.31, alpha: 1.0)