Taupe
#b9a281
Taupe is a color with the hex code #b9a281. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b9a281 | |
|---|---|---|
| RGB | rgb(185, 162, 129) | |
| HSL | hsl(35, 29%, 62%) | |
| CMYK | cmyk(0%, 12%, 30%, 27%) | |
| LAB | lab(68, 5, 20) | |
| OKLCH | oklch(0.72 0.053 77) |
Color harmonies
Tints & shades
Code snippets
color: #b9a281;
background-color: #b9a281;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFB9A281)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.64, blue: 0.51, alpha: 1.0)