Cream (Yellow)
#F7FDCE
RGB: 247, 253, 206
Color OverviewHEX #F7FDCE

#F7FDCE Color Code Information

In the RGB color space, #F7FDCE is composed of 97% red, 99% green, and 81% blue. In the HSL color space, it has a hue of 68°, saturation of 92%, and lightness of 90%.

HEX
#F7FDCE
RGB
247, 253, 206
HSL
68°, 92%, 90%
HSV
68°, 19%, 99%
CMYK
2%, 0%, 19%, 1%
Name Match
Cream
Closest Standard

Shades of #F7FDCE (Darker Variations)

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

Tints of #F7FDCE (Lighter Variations)

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

Tones of #F7FDCE (Muted Variations)

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

Color Harmonies for #F7FDCE

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

Developer Code Snippets & Tailwind CSS

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

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