Mustard (Yellow)
#E1E85E
RGB: 225, 232, 94
Color OverviewHEX #E1E85E

#E1E85E Color Code Information

In the RGB color space, #E1E85E is composed of 88% red, 91% green, and 37% blue. In the HSL color space, it has a hue of 63°, saturation of 75%, and lightness of 64%.

HEX
#E1E85E
RGB
225, 232, 94
HSL
63°, 75%, 64%
HSV
63°, 59%, 91%
CMYK
3%, 0%, 59%, 9%
Name Match
Mustard
Closest Standard

Shades of #E1E85E (Darker Variations)

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

Tints of #E1E85E (Lighter Variations)

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

Tones of #E1E85E (Muted Variations)

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

Color Harmonies for #E1E85E

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

Developer Code Snippets & Tailwind CSS

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

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