Sparkling Champagne
#efcf98
Sparkling Champagne, represented by the hex value #efcf98, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #efcf98 | |
|---|---|---|
| RGB | rgb(239, 207, 152) | |
| HSL | hsl(38, 73%, 77%) | |
| CMYK | cmyk(0%, 13%, 36%, 6%) | |
| LAB | lab(85, 6, 32) | |
| OKLCH | oklch(0.87 0.08 81) |
Color harmonies
Tints & shades
Code snippets
color: #efcf98;
background-color: #efcf98;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFCF98)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.81, blue: 0.60, alpha: 1.0)