Lavender (Purple)
#ECDBED
RGB: 236, 219, 237
Color OverviewHEX #ECDBED

#ECDBED Color Code Information

In the RGB color space, #ECDBED is composed of 93% red, 86% green, and 93% blue. In the HSL color space, it has a hue of 297°, saturation of 33%, and lightness of 89%.

HEX
#ECDBED
RGB
236, 219, 237
HSL
297°, 33%, 89%
HSV
297°, 8%, 93%
CMYK
0%, 8%, 0%, 7%
Name Match
Lavender
Closest Standard

Shades of #ECDBED (Darker Variations)

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

Tints of #ECDBED (Lighter Variations)

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

Tones of #ECDBED (Muted Variations)

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

Color Harmonies for #ECDBED

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

Developer Code Snippets & Tailwind CSS

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

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