Matterhorn
#524b4b
Matterhorn is a color with the hex code #524b4b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #524b4b | |
|---|---|---|
| RGB | rgb(82, 75, 75) | |
| HSL | hsl(0, 4%, 31%) | |
| CMYK | cmyk(0%, 9%, 9%, 68%) | |
| LAB | lab(33, 3, 1) | |
| OKLCH | oklch(0.42 0.009 18) |
Color harmonies
Tints & shades
Code snippets
color: #524b4b;
background-color: #524b4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF524B4B)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.29, blue: 0.29, alpha: 1.0)