Linen (Neutral)
#F8F2ED
RGB: 248, 242, 237
Color OverviewHEX #F8F2ED

#F8F2ED Color Code Information

In the RGB color space, #F8F2ED is composed of 97% red, 95% green, and 93% blue. In the HSL color space, it has a hue of 27°, saturation of 44%, and lightness of 95%.

HEX
#F8F2ED
RGB
248, 242, 237
HSL
27°, 44%, 95%
HSV
27°, 4%, 97%
CMYK
0%, 2%, 4%, 3%
Name Match
Linen
Closest Standard

Shades of #F8F2ED (Darker Variations)

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

Tints of #F8F2ED (Lighter Variations)

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

Tones of #F8F2ED (Muted Variations)

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

Color Harmonies for #F8F2ED

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

Developer Code Snippets & Tailwind CSS

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

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