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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Champagne
#F7E7CE Base
#CEDEF7
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Champagne
#F7E7CE Base
#F7D2CE
#F2F7CE
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Champagne
#F7E7CE Base
#CEF7E7
#E7CEF7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Champagne
#F7E7CE Base
#CEF2F7
#D2CEF7
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Champagne
#F7E7CE Base
#CEF7D2
#CEDEF7
#F7CEF2
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Champagne
#F7E7CE Base
#E2A74A
#ECC78C
#F1D6AB
#FBF4E9
Shades & Tints

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
Champagne #F7E7CE Base
#F8EAD3
#F9ECD9
#FAEFDE
#FBF2E4
#FBF4E9
CSS & SCSS Snippets

Ready-to-use code snippets for #F7E7CE. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #F7E7CE;
}

/* Text */
.element {
    color: #F7E7CE;
}

/* Border */
.element {
    border: 1px solid #F7E7CE;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #F7E7CE,
        #F6F7F8
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F7E7CE,
        #F6F7F8
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Champagne appears to people with different types of color vision deficiency.

Normal Vision #F7E7CE How the color appears with full color vision.
Deuteranopia #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.
Protanopia #E9E9CE Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FAE4E4 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #E9E9E9 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Champagne ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Champagne #F7E7CE Base
Papaya Whip #FFEFD5 ΔE 1.71
Antique White #FAEBD7 ΔE 2.01
Blanched Almond #FFEBCD ΔE 2.06
Pearl #EAE0C8 ΔE 3.18

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.