Drip Coffee
#7a280a
Drip Coffee is a color with the hex code #7a280a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #7a280a | |
|---|---|---|
| RGB | rgb(122, 40, 10) | |
| HSL | hsl(16, 85%, 26%) | |
| CMYK | cmyk(0%, 67%, 92%, 52%) | |
| LAB | lab(29, 35, 37) | |
| OKLCH | oklch(0.4 0.121 38) |
Color harmonies
Tints & shades
Code snippets
color: #7a280a;
background-color: #7a280a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7A280A)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.16, blue: 0.04, alpha: 1.0)