Lavender (Purple)
#EBDFEF
RGB: 235, 223, 239
Color OverviewHEX #EBDFEF

#EBDFEF Color Code Information

In the RGB color space, #EBDFEF is composed of 92% red, 87% green, and 94% blue. In the HSL color space, it has a hue of 285°, saturation of 33%, and lightness of 91%.

HEX
#EBDFEF
RGB
235, 223, 239
HSL
285°, 33%, 91%
HSV
285°, 7%, 94%
CMYK
2%, 7%, 0%, 6%
Name Match
Lavender
Closest Standard

Shades of #EBDFEF (Darker Variations)

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

Tints of #EBDFEF (Lighter Variations)

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

Tones of #EBDFEF (Muted Variations)

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

Color Harmonies for #EBDFEF

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

Developer Code Snippets & Tailwind CSS

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

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