Lavender (Purple)
#ECCEEE
RGB: 236, 206, 238
Color OverviewHEX #ECCEEE

#ECCEEE Color Code Information

In the RGB color space, #ECCEEE is composed of 93% red, 81% green, and 93% blue. In the HSL color space, it has a hue of 296°, saturation of 48%, and lightness of 87%.

HEX
#ECCEEE
RGB
236, 206, 238
HSL
296°, 48%, 87%
HSV
296°, 13%, 93%
CMYK
1%, 13%, 0%, 7%
Name Match
Lavender
Closest Standard

Shades of #ECCEEE (Darker Variations)

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

Tints of #ECCEEE (Lighter Variations)

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

Tones of #ECCEEE (Muted Variations)

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

Color Harmonies for #ECCEEE

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

Developer Code Snippets & Tailwind CSS

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

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