Linen (Neutral)
#EDE8EB
RGB: 237, 232, 235
Color OverviewHEX #EDE8EB

#EDE8EB Color Code Information

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

HEX
#EDE8EB
RGB
237, 232, 235
HSL
324°, 12%, 92%
HSV
324°, 2%, 93%
CMYK
0%, 2%, 1%, 7%
Name Match
Linen
Closest Standard

Shades of #EDE8EB (Darker Variations)

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

Tints of #EDE8EB (Lighter Variations)

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

Tones of #EDE8EB (Muted Variations)

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

Color Harmonies for #EDE8EB

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

Developer Code Snippets & Tailwind CSS

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

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