Lavender (Purple)
#ECEDFA
RGB: 236, 237, 250
Color OverviewHEX #ECEDFA

#ECEDFA Color Code Information

In the RGB color space, #ECEDFA is composed of 93% red, 93% green, and 98% blue. In the HSL color space, it has a hue of 236°, saturation of 58%, and lightness of 95%.

HEX
#ECEDFA
RGB
236, 237, 250
HSL
236°, 58%, 95%
HSV
236°, 6%, 98%
CMYK
6%, 5%, 0%, 2%
Name Match
Lavender
Closest Standard

Shades of #ECEDFA (Darker Variations)

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

Tints of #ECEDFA (Lighter Variations)

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

Tones of #ECEDFA (Muted Variations)

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

Color Harmonies for #ECEDFA

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

Developer Code Snippets & Tailwind CSS

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

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