Mummy’s Tomb
#828e84
Mummy’s Tomb, represented by the hex value #828e84, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #828e84 | |
|---|---|---|
| RGB | rgb(130, 142, 132) | |
| HSL | hsl(130, 5%, 53%) | |
| CMYK | cmyk(8%, 0%, 7%, 44%) | |
| LAB | lab(58, -6, 4) | |
| OKLCH | oklch(0.63 0.02 150) |
Color harmonies
Tints & shades
Code snippets
color: #828e84;
background-color: #828e84;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF828E84)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.56, blue: 0.52, alpha: 1.0)