Mystical Shadow
#352b30
Mystical Shadow, represented by the hex value #352b30, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #352b30 | |
|---|---|---|
| RGB | rgb(53, 43, 48) | |
| HSL | hsl(330, 10%, 19%) | |
| CMYK | cmyk(0%, 19%, 9%, 79%) | |
| LAB | lab(19, 6, -1) | |
| OKLCH | oklch(0.3 0.017 347) |
Color harmonies
Tints & shades
Code snippets
color: #352b30;
background-color: #352b30;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF352B30)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.17, blue: 0.19, alpha: 1.0)