Sheaf
#d2ae84
Looking for the precise values behind Sheaf (#d2ae84)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d2ae84 | |
|---|---|---|
| RGB | rgb(210, 174, 132) | |
| HSL | hsl(32, 46%, 67%) | |
| CMYK | cmyk(0%, 17%, 37%, 18%) | |
| LAB | lab(74, 9, 27) | |
| OKLCH | oklch(0.77 0.07 71) |
Color harmonies
Tints & shades
Code snippets
color: #d2ae84;
background-color: #d2ae84;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2AE84)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.68, blue: 0.52, alpha: 1.0)