Armadillo
#484a46
Armadillo, represented by the hex value #484a46, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #484a46 | |
|---|---|---|
| RGB | rgb(72, 74, 70) | |
| HSL | hsl(90, 3%, 28%) | |
| CMYK | cmyk(3%, 0%, 5%, 71%) | |
| LAB | lab(31, -2, 2) | |
| OKLCH | oklch(0.41 0.007 129) |
Color harmonies
Tints & shades
Code snippets
color: #484a46;
background-color: #484a46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF484A46)
/* Swift / UIKit */
UIColor(red: 0.28, green: 0.29, blue: 0.27, alpha: 1.0)