Gold Winged
#e6d682
Gold Winged is a color with the hex code #e6d682. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e6d682 | |
|---|---|---|
| RGB | rgb(230, 214, 130) | |
| HSL | hsl(50, 67%, 71%) | |
| CMYK | cmyk(0%, 7%, 43%, 10%) | |
| LAB | lab(86, -3, 43) | |
| OKLCH | oklch(0.87 0.106 99) |
Color harmonies
Tints & shades
Code snippets
color: #e6d682;
background-color: #e6d682;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6D682)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.84, blue: 0.51, alpha: 1.0)