Wheat (Yellow)
#EDDBBA
RGB: 237, 219, 186
Color OverviewHEX #EDDBBA

#EDDBBA Color Code Information

In the RGB color space, #EDDBBA is composed of 93% red, 86% green, and 73% blue. In the HSL color space, it has a hue of 39°, saturation of 59%, and lightness of 83%.

HEX
#EDDBBA
RGB
237, 219, 186
HSL
39°, 59%, 83%
HSV
39°, 22%, 93%
CMYK
0%, 8%, 22%, 7%
Name Match
Wheat
Closest Standard

Shades of #EDDBBA (Darker Variations)

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

Tints of #EDDBBA (Lighter Variations)

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

Tones of #EDDBBA (Muted Variations)

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

Color Harmonies for #EDDBBA

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

Developer Code Snippets & Tailwind CSS

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

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