Antique White (Neutral)
#FCE9D8
RGB: 252, 233, 216
Color OverviewHEX #FCE9D8

#FCE9D8 Color Code Information

In the RGB color space, #FCE9D8 is composed of 99% red, 91% green, and 85% blue. In the HSL color space, it has a hue of 28°, saturation of 86%, and lightness of 92%.

HEX
#FCE9D8
RGB
252, 233, 216
HSL
28°, 86%, 92%
HSV
28°, 14%, 99%
CMYK
0%, 8%, 14%, 1%
Name Match
Antique White
Closest Standard

Shades of #FCE9D8 (Darker Variations)

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

Tints of #FCE9D8 (Lighter Variations)

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

Tones of #FCE9D8 (Muted Variations)

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

Color Harmonies for #FCE9D8

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

Developer Code Snippets & Tailwind CSS

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

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