Wheat (Yellow)
#E6DFBF
RGB: 230, 223, 191
Color OverviewHEX #E6DFBF

#E6DFBF Color Code Information

In the RGB color space, #E6DFBF is composed of 90% red, 87% green, and 75% blue. In the HSL color space, it has a hue of 49°, saturation of 44%, and lightness of 83%.

HEX
#E6DFBF
RGB
230, 223, 191
HSL
49°, 44%, 83%
HSV
49°, 17%, 90%
CMYK
0%, 3%, 17%, 10%
Name Match
Wheat
Closest Standard

Shades of #E6DFBF (Darker Variations)

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

Tints of #E6DFBF (Lighter Variations)

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

Tones of #E6DFBF (Muted Variations)

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

Color Harmonies for #E6DFBF

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

Developer Code Snippets & Tailwind CSS

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

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