Antique White (Neutral)
#FCE5D8
RGB: 252, 229, 216
Color OverviewHEX #FCE5D8

#FCE5D8 Color Code Information

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

HEX
#FCE5D8
RGB
252, 229, 216
HSL
22°, 86%, 92%
HSV
22°, 14%, 99%
CMYK
0%, 9%, 14%, 1%
Name Match
Antique White
Closest Standard

Shades of #FCE5D8 (Darker Variations)

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

Tints of #FCE5D8 (Lighter Variations)

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

Tones of #FCE5D8 (Muted Variations)

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

Color Harmonies for #FCE5D8

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

Developer Code Snippets & Tailwind CSS

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

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