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