Kilimanjaro
#3a3532
Kilimanjaro, represented by the hex value #3a3532, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3a3532 | |
|---|---|---|
| RGB | rgb(58, 53, 50) | |
| HSL | hsl(23, 7%, 21%) | |
| CMYK | cmyk(0%, 9%, 14%, 77%) | |
| LAB | lab(23, 2, 3) | |
| OKLCH | oklch(0.33 0.009 53) |
Color harmonies
Tints & shades
Code snippets
color: #3a3532;
background-color: #3a3532;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3A3532)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.21, blue: 0.20, alpha: 1.0)