Lavender (Purple)
#E6EBE7
RGB: 230, 235, 231
Color OverviewHEX #E6EBE7

#E6EBE7 Color Code Information

In the RGB color space, #E6EBE7 is composed of 90% red, 92% green, and 91% blue. In the HSL color space, it has a hue of 132°, saturation of 11%, and lightness of 91%.

HEX
#E6EBE7
RGB
230, 235, 231
HSL
132°, 11%, 91%
HSV
132°, 2%, 92%
CMYK
2%, 0%, 2%, 8%
Name Match
Lavender
Closest Standard

Shades of #E6EBE7 (Darker Variations)

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

Tints of #E6EBE7 (Lighter Variations)

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

Tones of #E6EBE7 (Muted Variations)

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

Color Harmonies for #E6EBE7

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

Developer Code Snippets & Tailwind CSS

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

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