Lavender (Purple)
#D6EBF6
RGB: 214, 235, 246
Color OverviewHEX #D6EBF6
#D6EBF6 Color Code Information
In the RGB color space, #D6EBF6 is composed of 84% red, 92% green, and 96% blue. In the HSL color space, it has a hue of 201°, saturation of 64%, and lightness of 90%.
HEX
#D6EBF6
RGB
214, 235, 246
HSL
201°, 64%, 90%
HSV
201°, 13%, 96%
CMYK
13%, 4%, 0%, 4%
Name Match
Lavender
Closest StandardShades of #D6EBF6 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D6EBF6 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D6EBF6 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D6EBF6
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 #D6EBF6 Background
Contrast Ratio against Pure White (#FFFFFF):1.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D6EBF6 Background
Contrast Ratio against Pure Black (#000000):17.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D6EBF6;
}
.element {
color: #D6EBF6;
background-color: #D6EBF6;
border-color: #D6EBF6;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D6EBF6] text-[#D6EBF6] border-[#D6EBF6]"> Content styled with #D6EBF6 </div>