Guacamole
#95986b
Guacamole, represented by the hex value #95986b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #95986b | |
|---|---|---|
| RGB | rgb(149, 152, 107) | |
| HSL | hsl(64, 18%, 51%) | |
| CMYK | cmyk(2%, 0%, 30%, 40%) | |
| LAB | lab(62, -7, 23) | |
| OKLCH | oklch(0.67 0.063 111) |
Color harmonies
Tints & shades
Code snippets
color: #95986b;
background-color: #95986b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF95986B)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.60, blue: 0.42, alpha: 1.0)