Mustard (Yellow)
#FBCB75
RGB: 251, 203, 117
Color OverviewHEX #FBCB75

#FBCB75 Color Code Information

In the RGB color space, #FBCB75 is composed of 98% red, 80% green, and 46% blue. In the HSL color space, it has a hue of 39°, saturation of 94%, and lightness of 72%.

HEX
#FBCB75
RGB
251, 203, 117
HSL
39°, 94%, 72%
HSV
39°, 53%, 98%
CMYK
0%, 19%, 53%, 2%
Name Match
Mustard
Closest Standard

Shades of #FBCB75 (Darker Variations)

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

Tints of #FBCB75 (Lighter Variations)

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

Tones of #FBCB75 (Muted Variations)

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

Color Harmonies for #FBCB75

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

Developer Code Snippets & Tailwind CSS

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

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