Goldenrod (Yellow)
#ACBA45
RGB: 172, 186, 69
Color OverviewHEX #ACBA45
#ACBA45 Color Code Information
In the RGB color space, #ACBA45 is composed of 67% red, 73% green, and 27% blue. In the HSL color space, it has a hue of 67°, saturation of 46%, and lightness of 50%.
HEX
#ACBA45
RGB
172, 186, 69
HSL
67°, 46%, 50%
HSV
67°, 63%, 73%
CMYK
8%, 0%, 63%, 27%
Name Match
Goldenrod
Closest StandardShades of #ACBA45 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #ACBA45 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #ACBA45 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #ACBA45
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 #ACBA45 Background
Contrast Ratio against Pure White (#FFFFFF):2.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #ACBA45 Background
Contrast Ratio against Pure Black (#000000):9.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #ACBA45;
}
.element {
color: #ACBA45;
background-color: #ACBA45;
border-color: #ACBA45;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#ACBA45] text-[#ACBA45] border-[#ACBA45]"> Content styled with #ACBA45 </div>