Linen (Neutral)
#F5EFED
RGB: 245, 239, 237
Color OverviewHEX #F5EFED

#F5EFED Color Code Information

In the RGB color space, #F5EFED is composed of 96% red, 94% green, and 93% blue. In the HSL color space, it has a hue of 15°, saturation of 29%, and lightness of 95%.

HEX
#F5EFED
RGB
245, 239, 237
HSL
15°, 29%, 95%
HSV
15°, 3%, 96%
CMYK
0%, 2%, 3%, 4%
Name Match
Linen
Closest Standard

Shades of #F5EFED (Darker Variations)

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

Tints of #F5EFED (Lighter Variations)

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

Tones of #F5EFED (Muted Variations)

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

Color Harmonies for #F5EFED

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

Developer Code Snippets & Tailwind CSS

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

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