Linen (Neutral)
#F6EEEE
RGB: 246, 238, 238
Color OverviewHEX #F6EEEE

#F6EEEE Color Code Information

In the RGB color space, #F6EEEE is composed of 96% red, 93% green, and 93% blue. In the HSL color space, it has a hue of 0°, saturation of 31%, and lightness of 95%.

HEX
#F6EEEE
RGB
246, 238, 238
HSL
0°, 31%, 95%
HSV
0°, 3%, 96%
CMYK
0%, 3%, 3%, 4%
Name Match
Linen
Closest Standard

Shades of #F6EEEE (Darker Variations)

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

Tints of #F6EEEE (Lighter Variations)

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

Tones of #F6EEEE (Muted Variations)

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

Color Harmonies for #F6EEEE

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

Developer Code Snippets & Tailwind CSS

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

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