Papaya Whip (Yellow)
#FCF4CF
RGB: 252, 244, 207
Color OverviewHEX #FCF4CF

#FCF4CF Color Code Information

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

HEX
#FCF4CF
RGB
252, 244, 207
HSL
49°, 88%, 90%
HSV
49°, 18%, 99%
CMYK
0%, 3%, 18%, 1%
Name Match
Papaya Whip
Closest Standard

Shades of #FCF4CF (Darker Variations)

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

Tints of #FCF4CF (Lighter Variations)

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

Tones of #FCF4CF (Muted Variations)

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

Color Harmonies for #FCF4CF

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 #FCF4CF Background
Contrast Ratio against Pure White (#FFFFFF):1.11 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FCF4CF Background
Contrast Ratio against Pure Black (#000000):18.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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