Old Lace (Neutral)
#FAFFE6
RGB: 250, 255, 230
Color OverviewHEX #FAFFE6

#FAFFE6 Color Code Information

In the RGB color space, #FAFFE6 is composed of 98% red, 100% green, and 90% blue. In the HSL color space, it has a hue of 72°, saturation of 100%, and lightness of 95%.

HEX
#FAFFE6
RGB
250, 255, 230
HSL
72°, 100%, 95%
HSV
72°, 10%, 100%
CMYK
2%, 0%, 10%, 0%
Name Match
Old Lace
Closest Standard

Shades of #FAFFE6 (Darker Variations)

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

Tints of #FAFFE6 (Lighter Variations)

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

Tones of #FAFFE6 (Muted Variations)

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

Color Harmonies for #FAFFE6

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

Developer Code Snippets & Tailwind CSS

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

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