What color is Champagne?
Champagne is a pale, warm off-white with soft golden and beige undertones, hex #F7E6CA, close to the color of raw silk fabric. The tone is faintly creamy rather than stark white, with a gentle warmth that keeps it from reading as grey or cool.
What is the meaning of the color Champagne?
Named for the sparkling wine produced in the Champagne region of northeastern France, the color gained its identity as the drink rose to prominence in European courts during the 18th century. By the 19th century, champagne as a color descriptor appeared in English fashion writing, used to distinguish this warm pale gold from ivory or cream. Luxury textile houses adopted the shade to signal understated elegance, and it became a standard bridal fabric color through the 20th century. Vera Wang anchored it in contemporary bridal fashion, using champagne tones across multiple collections as a formal alternative to white.
What colors go with Champagne?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #F7E6CA |
color: #F7E6CA;
|
| RGB | 247, 230, 202 |
color: rgb(247, 230, 202);
|
| RGB Percentage | 97%, 90%, 79% |
color: rgb(97%, 90%, 79%);
|
| CMYK | 0%, 7%, 18%, 3% | Not supported in CSS |
| HSL | 37°, 74%, 88% |
color: hsl(37, 74%, 88%);
|
| HSV | 37°, 18%, 97% | Not supported in CSS |
| CIE-LAB | 70, 3, 9 |
color: lab(70% 3 9);
|
| Decimal | 16246474 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.champagne {
color: #F7E6CA;
}
$champagne: #F7E6CA;
rgb(247, 230, 202)