Black Truffle
#463d3e
Black Truffle is a color with the hex code #463d3e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #463d3e | |
|---|---|---|
| RGB | rgb(70, 61, 62) | |
| HSL | hsl(353, 7%, 26%) | |
| CMYK | cmyk(0%, 13%, 11%, 73%) | |
| LAB | lab(27, 4, 1) | |
| OKLCH | oklch(0.37 0.013 10) |
Color harmonies
Tints & shades
Code snippets
color: #463d3e;
background-color: #463d3e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF463D3E)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.24, blue: 0.24, alpha: 1.0)