Lavender (Purple)
#EAE9EB
RGB: 234, 233, 235
Color OverviewHEX #EAE9EB

#EAE9EB Color Code Information

In the RGB color space, #EAE9EB is composed of 92% red, 91% green, and 92% blue. In the HSL color space, it has a hue of 270°, saturation of 5%, and lightness of 92%.

HEX
#EAE9EB
RGB
234, 233, 235
HSL
270°, 5%, 92%
HSV
270°, 1%, 92%
CMYK
0%, 1%, 0%, 8%
Name Match
Lavender
Closest Standard

Shades of #EAE9EB (Darker Variations)

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

Tints of #EAE9EB (Lighter Variations)

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

Tones of #EAE9EB (Muted Variations)

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

Color Harmonies for #EAE9EB

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

Developer Code Snippets & Tailwind CSS

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

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