Dark Roast
#4a2d2f
Dark Roast, represented by the hex value #4a2d2f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4a2d2f | |
|---|---|---|
| RGB | rgb(74, 45, 47) | |
| HSL | hsl(356, 24%, 23%) | |
| CMYK | cmyk(0%, 39%, 36%, 71%) | |
| LAB | lab(22, 14, 5) | |
| OKLCH | oklch(0.33 0.043 15) |
Color harmonies
Tints & shades
Code snippets
color: #4a2d2f;
background-color: #4a2d2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF4A2D2F)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.18, blue: 0.18, alpha: 1.0)