Lavender (Purple)
#DFE2EC
RGB: 223, 226, 236
Color OverviewHEX #DFE2EC

#DFE2EC Color Code Information

In the RGB color space, #DFE2EC is composed of 87% red, 89% green, and 93% blue. In the HSL color space, it has a hue of 226°, saturation of 25%, and lightness of 90%.

HEX
#DFE2EC
RGB
223, 226, 236
HSL
226°, 25%, 90%
HSV
226°, 6%, 93%
CMYK
6%, 4%, 0%, 7%
Name Match
Lavender
Closest Standard

Shades of #DFE2EC (Darker Variations)

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

Tints of #DFE2EC (Lighter Variations)

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

Tones of #DFE2EC (Muted Variations)

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

Color Harmonies for #DFE2EC

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

Developer Code Snippets & Tailwind CSS

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

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