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