Wilderness
#8f886c
Wilderness, represented by the hex value #8f886c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8f886c | |
|---|---|---|
| RGB | rgb(143, 136, 108) | |
| HSL | hsl(48, 14%, 49%) | |
| CMYK | cmyk(0%, 5%, 24%, 44%) | |
| LAB | lab(57, -1, 16) | |
| OKLCH | oklch(0.63 0.041 96) |
Color harmonies
Tints & shades
Code snippets
color: #8f886c;
background-color: #8f886c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8F886C)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.53, blue: 0.42, alpha: 1.0)