Linen (Neutral)
#EDE9E3
RGB: 237, 233, 227
Color OverviewHEX #EDE9E3

#EDE9E3 Color Code Information

In the RGB color space, #EDE9E3 is composed of 93% red, 91% green, and 89% blue. In the HSL color space, it has a hue of 36°, saturation of 22%, and lightness of 91%.

HEX
#EDE9E3
RGB
237, 233, 227
HSL
36°, 22%, 91%
HSV
36°, 4%, 93%
CMYK
0%, 2%, 4%, 7%
Name Match
Linen
Closest Standard

Shades of #EDE9E3 (Darker Variations)

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

Tints of #EDE9E3 (Lighter Variations)

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

Tones of #EDE9E3 (Muted Variations)

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

Color Harmonies for #EDE9E3

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

Developer Code Snippets & Tailwind CSS

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

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