Yuma Gold
#ffd678
Yuma Gold, represented by the hex value #ffd678, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffd678 | |
|---|---|---|
| RGB | rgb(255, 214, 120) | |
| HSL | hsl(42, 100%, 74%) | |
| CMYK | cmyk(0%, 16%, 53%, 0%) | |
| LAB | lab(88, 7, 52) | |
| OKLCH | oklch(0.89 0.122 86) |
Color harmonies
Tints & shades
Code snippets
color: #ffd678;
background-color: #ffd678;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD678)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.84, blue: 0.47, alpha: 1.0)