Trail Dust
#d0c4ac
Trail Dust, represented by the hex value #d0c4ac, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d0c4ac | |
|---|---|---|
| RGB | rgb(208, 196, 172) | |
| HSL | hsl(40, 28%, 75%) | |
| CMYK | cmyk(0%, 6%, 17%, 18%) | |
| LAB | lab(80, 1, 14) | |
| OKLCH | oklch(0.82 0.035 85) |
Color harmonies
Tints & shades
Code snippets
color: #d0c4ac;
background-color: #d0c4ac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD0C4AC)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.77, blue: 0.67, alpha: 1.0)