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