Antique White (Neutral)
#F9E1D7
RGB: 249, 225, 215
Color OverviewHEX #F9E1D7

#F9E1D7 Color Code Information

In the RGB color space, #F9E1D7 is composed of 98% red, 88% green, and 84% blue. In the HSL color space, it has a hue of 18°, saturation of 74%, and lightness of 91%.

HEX
#F9E1D7
RGB
249, 225, 215
HSL
18°, 74%, 91%
HSV
18°, 14%, 98%
CMYK
0%, 10%, 14%, 2%
Name Match
Antique White
Closest Standard

Shades of #F9E1D7 (Darker Variations)

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

Tints of #F9E1D7 (Lighter Variations)

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

Tones of #F9E1D7 (Muted Variations)

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

Color Harmonies for #F9E1D7

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

Developer Code Snippets & Tailwind CSS

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

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