Linen (Neutral)
#EDE8EA
RGB: 237, 232, 234
Color OverviewHEX #EDE8EA

#EDE8EA Color Code Information

In the RGB color space, #EDE8EA is composed of 93% red, 91% green, and 92% blue. In the HSL color space, it has a hue of 336°, saturation of 12%, and lightness of 92%.

HEX
#EDE8EA
RGB
237, 232, 234
HSL
336°, 12%, 92%
HSV
336°, 2%, 93%
CMYK
0%, 2%, 1%, 7%
Name Match
Linen
Closest Standard

Shades of #EDE8EA (Darker Variations)

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

Tints of #EDE8EA (Lighter Variations)

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

Tones of #EDE8EA (Muted Variations)

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

Color Harmonies for #EDE8EA

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

Developer Code Snippets & Tailwind CSS

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

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