Mocha Madness
#8b6b58
Mocha Madness is a color with the hex code #8b6b58. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #8b6b58 | |
|---|---|---|
| RGB | rgb(139, 107, 88) | |
| HSL | hsl(22, 22%, 45%) | |
| CMYK | cmyk(0%, 23%, 37%, 45%) | |
| LAB | lab(48, 11, 16) | |
| OKLCH | oklch(0.55 0.05 52) |
Color harmonies
Tints & shades
Code snippets
color: #8b6b58;
background-color: #8b6b58;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8B6B58)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.42, blue: 0.35, alpha: 1.0)