Desert Dune
#b5ab9c
Looking for the precise values behind Desert Dune (#b5ab9c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b5ab9c | |
|---|---|---|
| RGB | rgb(181, 171, 156) | |
| HSL | hsl(36, 14%, 66%) | |
| CMYK | cmyk(0%, 6%, 14%, 29%) | |
| LAB | lab(71, 2, 9) | |
| OKLCH | oklch(0.75 0.024 78) |
Color harmonies
Tints & shades
Code snippets
color: #b5ab9c;
background-color: #b5ab9c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB5AB9C)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.67, blue: 0.61, alpha: 1.0)