Mocha Delight
#8e664e
Looking for the precise values behind Mocha Delight (#8e664e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8e664e | |
|---|---|---|
| RGB | rgb(142, 102, 78) | |
| HSL | hsl(23, 29%, 43%) | |
| CMYK | cmyk(0%, 28%, 45%, 44%) | |
| LAB | lab(47, 14, 20) | |
| OKLCH | oklch(0.55 0.063 52) |
Color harmonies
Tints & shades
Code snippets
color: #8e664e;
background-color: #8e664e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8E664E)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.40, blue: 0.31, alpha: 1.0)