Antique White (Neutral)
#FBECDF
RGB: 251, 236, 223
Color OverviewHEX #FBECDF
#FBECDF Color Code Information
In the RGB color space, #FBECDF is composed of 98% red, 93% green, and 87% blue. In the HSL color space, it has a hue of 28°, saturation of 78%, and lightness of 93%.
HEX
#FBECDF
RGB
251, 236, 223
HSL
28°, 78%, 93%
HSV
28°, 11%, 98%
CMYK
0%, 6%, 11%, 2%
Name Match
Antique White
Closest StandardShades of #FBECDF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FBECDF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FBECDF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FBECDF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FBECDF Background
Contrast Ratio against Pure White (#FFFFFF):1.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FBECDF Background
Contrast Ratio against Pure Black (#000000):18.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FBECDF;
}
.element {
color: #FBECDF;
background-color: #FBECDF;
border-color: #FBECDF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FBECDF] text-[#FBECDF] border-[#FBECDF]"> Content styled with #FBECDF </div>