Light Gray (Neutral)
#E6C9CE
RGB: 230, 201, 206
Color OverviewHEX #E6C9CE

#E6C9CE Color Code Information

In the RGB color space, #E6C9CE is composed of 90% red, 79% green, and 81% blue. In the HSL color space, it has a hue of 350°, saturation of 37%, and lightness of 85%.

HEX
#E6C9CE
RGB
230, 201, 206
HSL
350°, 37%, 85%
HSV
350°, 13%, 90%
CMYK
0%, 13%, 10%, 10%
Name Match
Light Gray
Closest Standard

Shades of #E6C9CE (Darker Variations)

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

Tints of #E6C9CE (Lighter Variations)

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

Tones of #E6C9CE (Muted Variations)

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

Color Harmonies for #E6C9CE

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

Developer Code Snippets & Tailwind CSS

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

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