Champagne (Yellow)
#EEDCCE
RGB: 238, 220, 206
Color OverviewHEX #EEDCCE
#EEDCCE Color Code Information
In the RGB color space, #EEDCCE is composed of 93% red, 86% green, and 81% blue. In the HSL color space, it has a hue of 26°, saturation of 48%, and lightness of 87%.
HEX
#EEDCCE
RGB
238, 220, 206
HSL
26°, 48%, 87%
HSV
26°, 13%, 93%
CMYK
0%, 8%, 13%, 7%
Name Match
Champagne
Closest StandardShades of #EEDCCE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #EEDCCE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #EEDCCE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #EEDCCE
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 #EEDCCE Background
Contrast Ratio against Pure White (#FFFFFF):1.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EEDCCE Background
Contrast Ratio against Pure Black (#000000):15.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #EEDCCE;
}
.element {
color: #EEDCCE;
background-color: #EEDCCE;
border-color: #EEDCCE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#EEDCCE] text-[#EEDCCE] border-[#EEDCCE]"> Content styled with #EEDCCE </div>