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