Lavender (Purple)
#D7F4EA
RGB: 215, 244, 234
Color OverviewHEX #D7F4EA

#D7F4EA Color Code Information

In the RGB color space, #D7F4EA is composed of 84% red, 96% green, and 92% blue. In the HSL color space, it has a hue of 159°, saturation of 57%, and lightness of 90%.

HEX
#D7F4EA
RGB
215, 244, 234
HSL
159°, 57%, 90%
HSV
159°, 12%, 96%
CMYK
12%, 0%, 4%, 4%
Name Match
Lavender
Closest Standard

Shades of #D7F4EA (Darker Variations)

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

Tints of #D7F4EA (Lighter Variations)

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

Tones of #D7F4EA (Muted Variations)

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

Color Harmonies for #D7F4EA

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

Developer Code Snippets & Tailwind CSS

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

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