Champagne (#F7E7CE)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.22:1 — vs black: 17.28:1
Color values
-
HEX
#F7E7CE -
RGB
rgb(247, 231, 206) -
HSL
hsl(36, 16%, 96%) -
CMYK
cmyk( 0, 6.48, 16.6, 3.14 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F7E7CE based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F7E7CE
Base
#CEDEF7
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F7E7CE
Base
#F7D2CE
#F2F7CE
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F7E7CE
Base
#CEF7E7
#E7CEF7
Two colors flanking the complement — high contrast with less tension than full complementary.
#F7E7CE
Base
#CEF2F7
#D2CEF7
Four colors at 90° intervals — rich variety, best when one color dominates.
#F7E7CE
Base
#CEF7D2
#CEDEF7
#F7CEF2
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F7E7CE
Base
#E2A74A
#ECC78C
#F1D6AB
#FBF4E9
Darker shades and lighter tints of Champagne, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#160F04
#5F4010
#A9721C
#DF9F3B
#EBC385
#F7E7CE
Base
#F8EAD3
#F9ECD9
#FAEFDE
#FBF2E4
#FBF4E9
Ready-to-use code snippets for #F7E7CE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F7E7CE;
}
/* Text */
.element {
color: #F7E7CE;
}
/* Border */
.element {
border: 1px solid #F7E7CE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F7E7CE,
#F6F7F8
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F7E7CE,
#F6F7F8
);
}
// SCSS variable
$champagne: #F7E7CE;
// With RGB channels (useful for rgba() usage)
$champagne-r: 247;
$champagne-g: 231;
$champagne-b: 206;
// Usage
.element {
background-color: $champagne;
color: rgba($champagne-r, $champagne-g, $champagne-b, 0.8);
}
How Champagne appears to people with different types of color vision deficiency.
#F7E7CE
How the color appears with full color vision.
#ECECCE
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#E9E9CE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FAE4E4
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E9E9E9
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.