Voodoo
#443240
Voodoo, represented by the hex value #443240, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #443240 | |
|---|---|---|
| RGB | rgb(68, 50, 64) | |
| HSL | hsl(313, 15%, 23%) | |
| CMYK | cmyk(0%, 26%, 6%, 73%) | |
| LAB | lab(23, 10, -6) | |
| OKLCH | oklch(0.34 0.034 334) |
Color harmonies
Tints & shades
Code snippets
color: #443240;
background-color: #443240;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF443240)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.20, blue: 0.25, alpha: 1.0)