Champagne (Yellow)
#FCE3CF
RGB: 252, 227, 207
Color OverviewHEX #FCE3CF

#FCE3CF Color Code Information

In the RGB color space, #FCE3CF is composed of 99% red, 89% green, and 81% blue. In the HSL color space, it has a hue of 27°, saturation of 88%, and lightness of 90%.

HEX
#FCE3CF
RGB
252, 227, 207
HSL
27°, 88%, 90%
HSV
27°, 18%, 99%
CMYK
0%, 10%, 18%, 1%
Name Match
Champagne
Closest Standard

Shades of #FCE3CF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #FCE3CF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #FCE3CF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #FCE3CF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #FCE3CF Background
Contrast Ratio against Pure White (#FFFFFF):1.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FCE3CF Background
Contrast Ratio against Pure Black (#000000):17.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #FCE3CF;
}

.element {
  color: #FCE3CF;
  background-color: #FCE3CF;
  border-color: #FCE3CF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#FCE3CF] text-[#FCE3CF] border-[#FCE3CF]">
  Content styled with #FCE3CF
</div>