Molten Gold
#e8c690
Molten Gold is a color with the hex code #e8c690. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e8c690 | |
|---|---|---|
| RGB | rgb(232, 198, 144) | |
| HSL | hsl(37, 66%, 74%) | |
| CMYK | cmyk(0%, 15%, 38%, 9%) | |
| LAB | lab(82, 7, 32) | |
| OKLCH | oklch(0.84 0.08 79) |
Color harmonies
Tints & shades
Code snippets
color: #e8c690;
background-color: #e8c690;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8C690)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.78, blue: 0.56, alpha: 1.0)