Mole
#392d2b
Here's everything about the color Mole (#392d2b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #392d2b | |
|---|---|---|
| RGB | rgb(57, 45, 43) | |
| HSL | hsl(9, 14%, 20%) | |
| CMYK | cmyk(0%, 21%, 25%, 78%) | |
| LAB | lab(20, 5, 3) | |
| OKLCH | oklch(0.31 0.018 29) |
Color harmonies
Tints & shades
Code snippets
color: #392d2b;
background-color: #392d2b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF392D2B)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.18, blue: 0.17, alpha: 1.0)