Wheat (Yellow)
#DFDDBF
RGB: 223, 221, 191
Color OverviewHEX #DFDDBF

#DFDDBF Color Code Information

In the RGB color space, #DFDDBF is composed of 87% red, 87% green, and 75% blue. In the HSL color space, it has a hue of 56°, saturation of 33%, and lightness of 81%.

HEX
#DFDDBF
RGB
223, 221, 191
HSL
56°, 33%, 81%
HSV
56°, 14%, 87%
CMYK
0%, 1%, 14%, 13%
Name Match
Wheat
Closest Standard

Shades of #DFDDBF (Darker Variations)

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

Tints of #DFDDBF (Lighter Variations)

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

Tones of #DFDDBF (Muted Variations)

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

Color Harmonies for #DFDDBF

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 #DFDDBF Background
Contrast Ratio against Pure White (#FFFFFF):1.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DFDDBF Background
Contrast Ratio against Pure Black (#000000):15.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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