Lavender (Purple)
#E6E7EC
RGB: 230, 231, 236
Color OverviewHEX #E6E7EC

#E6E7EC Color Code Information

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

HEX
#E6E7EC
RGB
230, 231, 236
HSL
230°, 14%, 91%
HSV
230°, 3%, 93%
CMYK
3%, 2%, 0%, 7%
Name Match
Lavender
Closest Standard

Shades of #E6E7EC (Darker Variations)

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

Tints of #E6E7EC (Lighter Variations)

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

Tones of #E6E7EC (Muted Variations)

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

Color Harmonies for #E6E7EC

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

Developer Code Snippets & Tailwind CSS

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

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