Old Lace (Neutral)
#F8FFE3
RGB: 248, 255, 227
Color OverviewHEX #F8FFE3

#F8FFE3 Color Code Information

In the RGB color space, #F8FFE3 is composed of 97% red, 100% green, and 89% blue. In the HSL color space, it has a hue of 75°, saturation of 100%, and lightness of 95%.

HEX
#F8FFE3
RGB
248, 255, 227
HSL
75°, 100%, 95%
HSV
75°, 11%, 100%
CMYK
3%, 0%, 11%, 0%
Name Match
Old Lace
Closest Standard

Shades of #F8FFE3 (Darker Variations)

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

Tints of #F8FFE3 (Lighter Variations)

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

Tones of #F8FFE3 (Muted Variations)

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

Color Harmonies for #F8FFE3

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

Developer Code Snippets & Tailwind CSS

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

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