Hay Day
#dacd81
Hay Day, represented by the hex value #dacd81, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dacd81 | |
|---|---|---|
| RGB | rgb(218, 205, 129) | |
| HSL | hsl(51, 55%, 68%) | |
| CMYK | cmyk(0%, 6%, 41%, 15%) | |
| LAB | lab(82, -3, 39) | |
| OKLCH | oklch(0.84 0.098 100) |
Color harmonies
Tints & shades
Code snippets
color: #dacd81;
background-color: #dacd81;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDACD81)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.80, blue: 0.51, alpha: 1.0)