Linen (Neutral)
#ECEAE6
RGB: 236, 234, 230
Color OverviewHEX #ECEAE6

#ECEAE6 Color Code Information

In the RGB color space, #ECEAE6 is composed of 93% red, 92% green, and 90% blue. In the HSL color space, it has a hue of 40°, saturation of 14%, and lightness of 91%.

HEX
#ECEAE6
RGB
236, 234, 230
HSL
40°, 14%, 91%
HSV
40°, 3%, 93%
CMYK
0%, 1%, 3%, 7%
Name Match
Linen
Closest Standard

Shades of #ECEAE6 (Darker Variations)

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

Tints of #ECEAE6 (Lighter Variations)

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

Tones of #ECEAE6 (Muted Variations)

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

Color Harmonies for #ECEAE6

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

Developer Code Snippets & Tailwind CSS

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

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