Champagne (Yellow)
#E7E4CB
RGB: 231, 228, 203
Color OverviewHEX #E7E4CB

#E7E4CB Color Code Information

In the RGB color space, #E7E4CB is composed of 91% red, 89% green, and 80% blue. In the HSL color space, it has a hue of 54°, saturation of 37%, and lightness of 85%.

HEX
#E7E4CB
RGB
231, 228, 203
HSL
54°, 37%, 85%
HSV
54°, 12%, 91%
CMYK
0%, 1%, 12%, 9%
Name Match
Champagne
Closest Standard

Shades of #E7E4CB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #E7E4CB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #E7E4CB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #E7E4CB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #E7E4CB Background
Contrast Ratio against Pure White (#FFFFFF):1.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E7E4CB Background
Contrast Ratio against Pure Black (#000000):16.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #E7E4CB;
}

.element {
  color: #E7E4CB;
  background-color: #E7E4CB;
  border-color: #E7E4CB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#E7E4CB] text-[#E7E4CB] border-[#E7E4CB]">
  Content styled with #E7E4CB
</div>