Champagne (Yellow)
#E9D9C6
RGB: 233, 217, 198
Color OverviewHEX #E9D9C6
#E9D9C6 Color Code Information
In the RGB color space, #E9D9C6 is composed of 91% red, 85% green, and 78% blue. In the HSL color space, it has a hue of 33°, saturation of 44%, and lightness of 85%.
HEX
#E9D9C6
RGB
233, 217, 198
HSL
33°, 44%, 85%
HSV
33°, 15%, 91%
CMYK
0%, 7%, 15%, 9%
Name Match
Champagne
Closest StandardShades of #E9D9C6 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E9D9C6 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E9D9C6 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E9D9C6
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E9D9C6 Background
Contrast Ratio against Pure White (#FFFFFF):1.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E9D9C6 Background
Contrast Ratio against Pure Black (#000000):15.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E9D9C6;
}
.element {
color: #E9D9C6;
background-color: #E9D9C6;
border-color: #E9D9C6;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E9D9C6] text-[#E9D9C6] border-[#E9D9C6]"> Content styled with #E9D9C6 </div>