Mustard (Yellow)
#E0F63C
RGB: 224, 246, 60
Color OverviewHEX #E0F63C

#E0F63C Color Code Information

In the RGB color space, #E0F63C is composed of 88% red, 96% green, and 24% blue. In the HSL color space, it has a hue of 67°, saturation of 91%, and lightness of 60%.

HEX
#E0F63C
RGB
224, 246, 60
HSL
67°, 91%, 60%
HSV
67°, 76%, 96%
CMYK
9%, 0%, 76%, 4%
Name Match
Mustard
Closest Standard

Shades of #E0F63C (Darker Variations)

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

Tints of #E0F63C (Lighter Variations)

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

Tones of #E0F63C (Muted Variations)

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

Color Harmonies for #E0F63C

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

Developer Code Snippets & Tailwind CSS

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

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