Quicksand
#ac9884
Quicksand is a color with the hex code #ac9884. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ac9884 | |
|---|---|---|
| RGB | rgb(172, 152, 132) | |
| HSL | hsl(30, 19%, 60%) | |
| CMYK | cmyk(0%, 12%, 23%, 33%) | |
| LAB | lab(64, 5, 13) | |
| OKLCH | oklch(0.69 0.037 67) |
Color harmonies
Tints & shades
Code snippets
color: #ac9884;
background-color: #ac9884;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAC9884)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.60, blue: 0.52, alpha: 1.0)