Bark
#5f5854
Bark, represented by the hex value #5f5854, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5f5854 | |
|---|---|---|
| RGB | rgb(95, 88, 84) | |
| HSL | hsl(22, 6%, 35%) | |
| CMYK | cmyk(0%, 7%, 12%, 63%) | |
| LAB | lab(38, 2, 3) | |
| OKLCH | oklch(0.47 0.011 52) |
Color harmonies
Tints & shades
Code snippets
color: #5f5854;
background-color: #5f5854;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5F5854)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.35, blue: 0.33, alpha: 1.0)