Link to the Past
#d2b48c
Link to the Past, represented by the hex value #d2b48c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d2b48c | |
|---|---|---|
| RGB | rgb(210, 180, 140) | |
| HSL | hsl(34, 44%, 69%) | |
| CMYK | cmyk(0%, 14%, 33%, 18%) | |
| LAB | lab(75, 7, 25) | |
| OKLCH | oklch(0.79 0.064 75) |
Color harmonies
Tints & shades
Code snippets
color: #d2b48c;
background-color: #d2b48c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2B48C)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.71, blue: 0.55, alpha: 1.0)