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