Espresso
#4e312d
Espresso is a color with the hex code #4e312d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4e312d | |
|---|---|---|
| RGB | rgb(78, 49, 45) | |
| HSL | hsl(7, 27%, 24%) | |
| CMYK | cmyk(0%, 37%, 42%, 69%) | |
| LAB | lab(24, 13, 8) | |
| OKLCH | oklch(0.35 0.043 28) |
Color harmonies
Tints & shades
Code snippets
color: #4e312d;
background-color: #4e312d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4E312D)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.19, blue: 0.18, alpha: 1.0)