Lavender (Purple)
#DFE8EC
RGB: 223, 232, 236
Color OverviewHEX #DFE8EC
#DFE8EC Color Code Information
In the RGB color space, #DFE8EC is composed of 87% red, 91% green, and 93% blue. In the HSL color space, it has a hue of 198°, saturation of 25%, and lightness of 90%.
HEX
#DFE8EC
RGB
223, 232, 236
HSL
198°, 25%, 90%
HSV
198°, 6%, 93%
CMYK
6%, 2%, 0%, 7%
Name Match
Lavender
Closest StandardShades of #DFE8EC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DFE8EC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DFE8EC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DFE8EC
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DFE8EC Background
Contrast Ratio against Pure White (#FFFFFF):1.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DFE8EC Background
Contrast Ratio against Pure Black (#000000):16.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DFE8EC;
}
.element {
color: #DFE8EC;
background-color: #DFE8EC;
border-color: #DFE8EC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DFE8EC] text-[#DFE8EC] border-[#DFE8EC]"> Content styled with #DFE8EC </div>