Lavender (Purple)
#D6EDEB
RGB: 214, 237, 235
Color OverviewHEX #D6EDEB

#D6EDEB Color Code Information

In the RGB color space, #D6EDEB is composed of 84% red, 93% green, and 92% blue. In the HSL color space, it has a hue of 175°, saturation of 39%, and lightness of 88%.

HEX
#D6EDEB
RGB
214, 237, 235
HSL
175°, 39%, 88%
HSV
175°, 10%, 93%
CMYK
10%, 0%, 1%, 7%
Name Match
Lavender
Closest Standard

Shades of #D6EDEB (Darker Variations)

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

Tints of #D6EDEB (Lighter Variations)

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

Tones of #D6EDEB (Muted Variations)

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

Color Harmonies for #D6EDEB

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

Developer Code Snippets & Tailwind CSS

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

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