Old Lace (Neutral)
#FEF3E1
RGB: 254, 243, 225
Color OverviewHEX #FEF3E1
#FEF3E1 Color Code Information
In the RGB color space, #FEF3E1 is composed of 100% red, 95% green, and 88% blue. In the HSL color space, it has a hue of 37°, saturation of 94%, and lightness of 94%.
HEX
#FEF3E1
RGB
254, 243, 225
HSL
37°, 94%, 94%
HSV
37°, 11%, 100%
CMYK
0%, 4%, 11%, 0%
Name Match
Old Lace
Closest StandardShades of #FEF3E1 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FEF3E1 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FEF3E1 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FEF3E1
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 #FEF3E1 Background
Contrast Ratio against Pure White (#FFFFFF):1.1 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FEF3E1 Background
Contrast Ratio against Pure Black (#000000):19.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FEF3E1;
}
.element {
color: #FEF3E1;
background-color: #FEF3E1;
border-color: #FEF3E1;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FEF3E1] text-[#FEF3E1] border-[#FEF3E1]"> Content styled with #FEF3E1 </div>