Mustard (Yellow)
#F5D76B
RGB: 245, 215, 107
Color OverviewHEX #F5D76B

#F5D76B Color Code Information

In the RGB color space, #F5D76B is composed of 96% red, 84% green, and 42% blue. In the HSL color space, it has a hue of 47°, saturation of 87%, and lightness of 69%.

HEX
#F5D76B
RGB
245, 215, 107
HSL
47°, 87%, 69%
HSV
47°, 56%, 96%
CMYK
0%, 12%, 56%, 4%
Name Match
Mustard
Closest Standard

Shades of #F5D76B (Darker Variations)

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

Tints of #F5D76B (Lighter Variations)

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

Tones of #F5D76B (Muted Variations)

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

Color Harmonies for #F5D76B

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

Developer Code Snippets & Tailwind CSS

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

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