Magic Magenta
#7f4774
Magic Magenta, represented by the hex value #7f4774, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7f4774 | |
|---|---|---|
| RGB | rgb(127, 71, 116) | |
| HSL | hsl(312, 28%, 39%) | |
| CMYK | cmyk(0%, 44%, 9%, 50%) | |
| LAB | lab(38, 30, -15) | |
| OKLCH | oklch(0.48 0.098 335) |
Color harmonies
Tints & shades
Code snippets
color: #7f4774;
background-color: #7f4774;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF7F4774)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.28, blue: 0.45, alpha: 1.0)