Coffee
#6f4e37
Coffee is a color with the hex code #6f4e37. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #6f4e37 | |
|---|---|---|
| RGB | rgb(111, 78, 55) | |
| HSL | hsl(25, 34%, 33%) | |
| CMYK | cmyk(0%, 30%, 50%, 56%) | |
| LAB | lab(36, 12, 19) | |
| OKLCH | oklch(0.45 0.057 56) |
Color harmonies
Tints & shades
Code snippets
color: #6f4e37;
background-color: #6f4e37;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6F4E37)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.31, blue: 0.22, alpha: 1.0)