Magician’s Cloak
#784467
Looking for the precise values behind Magician’s Cloak (#784467)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #784467 | |
|---|---|---|
| RGB | rgb(120, 68, 103) | |
| HSL | hsl(320, 28%, 37%) | |
| CMYK | cmyk(0%, 43%, 14%, 53%) | |
| LAB | lab(36, 27, -11) | |
| OKLCH | oklch(0.46 0.086 340) |
Color harmonies
Tints & shades
Code snippets
color: #784467;
background-color: #784467;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF784467)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.27, blue: 0.40, alpha: 1.0)