Lavender (Purple)
#E7EBEC
RGB: 231, 235, 236
Color OverviewHEX #E7EBEC

#E7EBEC Color Code Information

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

HEX
#E7EBEC
RGB
231, 235, 236
HSL
192°, 12%, 92%
HSV
192°, 2%, 93%
CMYK
2%, 0%, 0%, 7%
Name Match
Lavender
Closest Standard

Shades of #E7EBEC (Darker Variations)

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

Tints of #E7EBEC (Lighter Variations)

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

Tones of #E7EBEC (Muted Variations)

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

Color Harmonies for #E7EBEC

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

Developer Code Snippets & Tailwind CSS

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

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