Light Gray (Neutral)
#DBD0C4
RGB: 219, 208, 196
Color OverviewHEX #DBD0C4

#DBD0C4 Color Code Information

In the RGB color space, #DBD0C4 is composed of 86% red, 82% green, and 77% blue. In the HSL color space, it has a hue of 31°, saturation of 24%, and lightness of 81%.

HEX
#DBD0C4
RGB
219, 208, 196
HSL
31°, 24%, 81%
HSV
31°, 11%, 86%
CMYK
0%, 5%, 11%, 14%
Name Match
Light Gray
Closest Standard

Shades of #DBD0C4 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #DBD0C4 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #DBD0C4 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #DBD0C4

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #DBD0C4 Background
Contrast Ratio against Pure White (#FFFFFF):1.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DBD0C4 Background
Contrast Ratio against Pure Black (#000000):13.83 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #DBD0C4;
}

.element {
  color: #DBD0C4;
  background-color: #DBD0C4;
  border-color: #DBD0C4;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#DBD0C4] text-[#DBD0C4] border-[#DBD0C4]">
  Content styled with #DBD0C4
</div>