Gazelle
#947e68
Gazelle, represented by the hex value #947e68, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #947e68 | |
|---|---|---|
| RGB | rgb(148, 126, 104) | |
| HSL | hsl(30, 17%, 49%) | |
| CMYK | cmyk(0%, 15%, 30%, 42%) | |
| LAB | lab(54, 6, 15) | |
| OKLCH | oklch(0.61 0.042 67) |
Color harmonies
Tints & shades
Code snippets
color: #947e68;
background-color: #947e68;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF947E68)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.49, blue: 0.41, alpha: 1.0)