Lavender (Purple)
#E9EBED
RGB: 233, 235, 237
Color OverviewHEX #E9EBED

#E9EBED Color Code Information

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

HEX
#E9EBED
RGB
233, 235, 237
HSL
210°, 10%, 92%
HSV
210°, 2%, 93%
CMYK
2%, 1%, 0%, 7%
Name Match
Lavender
Closest Standard

Shades of #E9EBED (Darker Variations)

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

Tints of #E9EBED (Lighter Variations)

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

Tones of #E9EBED (Muted Variations)

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

Color Harmonies for #E9EBED

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

Developer Code Snippets & Tailwind CSS

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

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