Champagne Hex Code — #F7E7CE
RGB, HSL, and CMYK values for Champagne.
Last updated: April 6, 2026
Champagne Color Values
| Format | Value |
|---|---|
| HEX | #F7E7CE |
| RGB | rgb(247, 231, 206) |
| HSL | hsl(37, 72%, 89%) |
| CMYK | cmyk(0%, 6%, 17%, 3%) |
About Champagne
Color psychology: Sophistication, celebration.
Champagne (#F7E7CE) is a light shade of yellow with a hue angle of 37° on the color wheel, 72% saturation, and 89% lightness. It's commonly used in web design, graphic design, and branding where sophistication, celebration are desired associations.
In color theory, Champagne sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Champagne in Design
Web Design
Use Champagne as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Champagne conveys sophistication, celebration — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:6% Y:17% K:3%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Champagne work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Champagne in CSS
/* Using HEX */ color: #F7E7CE; background-color: #F7E7CE; /* Using RGB */ color: rgb(247, 231, 206); /* Using HSL — best for creating variations */ color: hsl(37, 72%, 89%); /* Transparent overlay (50% opacity) */ background-color: rgba(247, 231, 206, 0.5); /* Lighter variant for hover states */ background-color: hsl(37, 72%, 95%); /* Darker variant for active states */ background-color: hsl(37, 72%, 79%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Champagne without changing its core hue or saturation.
Colors That Go With Champagne
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Champagne?
What is Champagne in RGB and when should I use RGB?
How to use Champagne in CSS with different color formats?
What is the HSL value of Champagne and why is HSL useful for designers?
What is the CMYK value of Champagne for print design?
What colors pair well with Champagne in design projects?
Is Champagne (#F7E7CE) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.