Chocolate Explosion
#8e473b
Chocolate Explosion, represented by the hex value #8e473b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8e473b | |
|---|---|---|
| RGB | rgb(142, 71, 59) | |
| HSL | hsl(9, 41%, 39%) | |
| CMYK | cmyk(0%, 50%, 58%, 44%) | |
| LAB | lab(39, 30, 22) | |
| OKLCH | oklch(0.48 0.099 31) |
Color harmonies
Tints & shades
Code snippets
color: #8e473b;
background-color: #8e473b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8E473B)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.28, blue: 0.23, alpha: 1.0)