Chocolate Magma
#7a463a
Looking for the precise values behind Chocolate Magma (#7a463a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7a463a | |
|---|---|---|
| RGB | rgb(122, 70, 58) | |
| HSL | hsl(11, 36%, 35%) | |
| CMYK | cmyk(0%, 43%, 52%, 52%) | |
| LAB | lab(36, 22, 17) | |
| OKLCH | oklch(0.45 0.075 34) |
Color harmonies
Tints & shades
Code snippets
color: #7a463a;
background-color: #7a463a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7A463A)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.27, blue: 0.23, alpha: 1.0)