Champagne Gold
#e8d6b3
Looking for the precise values behind Champagne Gold (#e8d6b3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e8d6b3 | |
|---|---|---|
| RGB | rgb(232, 214, 179) | |
| HSL | hsl(40, 54%, 81%) | |
| CMYK | cmyk(0%, 8%, 23%, 9%) | |
| LAB | lab(86, 2, 20) | |
| OKLCH | oklch(0.88 0.05 84) |
Color harmonies
Tints & shades
Code snippets
color: #e8d6b3;
background-color: #e8d6b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8D6B3)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.84, blue: 0.70, alpha: 1.0)