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