Mustard (Yellow)
#FFFC4D
RGB: 255, 252, 77
Color OverviewHEX #FFFC4D
#FFFC4D Color Code Information
In the RGB color space, #FFFC4D is composed of 100% red, 99% green, and 30% blue. In the HSL color space, it has a hue of 59°, saturation of 100%, and lightness of 65%.
HEX
#FFFC4D
RGB
255, 252, 77
HSL
59°, 100%, 65%
HSV
59°, 70%, 100%
CMYK
0%, 1%, 70%, 0%
Name Match
Mustard
Closest StandardShades of #FFFC4D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FFFC4D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FFFC4D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FFFC4D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FFFC4D Background
Contrast Ratio against Pure White (#FFFFFF):1.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FFFC4D Background
Contrast Ratio against Pure Black (#000000):19.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FFFC4D;
}
.element {
color: #FFFC4D;
background-color: #FFFC4D;
border-color: #FFFC4D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FFFC4D] text-[#FFFC4D] border-[#FFFC4D]"> Content styled with #FFFC4D </div>