What Color Is #ACB080?
At 65° on the hue wheel, #ACB080 lands firmly in the yellow family. Its 23% saturation gives it a muted, understated quality, while 60% lightness positions it as a medium variant — ideal for soft backgrounds and light UI surfaces.
Color Meaning of #ACB080
Colors in the yellow family are associated with optimism, clarity, and happiness. As a medium variant, #ACB080 amplifies those associations with brightness and approachability, making it feel inviting and open.
Where to Use HEX Code #ACB080
Similar HEX Color Codes
HEX Code #ACB080 in Design Systems
To implement #ACB080 effectively in a design system, define it as a CSS custom property: :root { --color-yellow-medium: #ACB080; }. This single definition propagates to every component referencing the token, and a palette update requires changing just one line.
Accessibility testing is essential. With a perceived brightness of 169/255, pair it with dark text (#1F2937 or darker) on light backgrounds to meet the 4.5:1 WCAG AA threshold. It works well as a surface color or decorative accent.
FAQ About HEX Color Code #ACB080
What color is #ACB080?
#ACB080 produces a medium yellow tone. The RGB breakdown (172, 176, 128) shows how the three light channels combine to create this specific yellow hue at 65° on the color wheel.
Is #ACB080 a dark or light color?
#ACB080 registers as a light color at 169/255 perceived brightness. In practical terms, dark text (#1F2937) is the recommended foreground.
What colors go well with #ACB080?
#ACB080. Split-complementary (±150°) adds variety with less tension. Monochromatic schemes — lighter and darker yellow shades — are the safest harmonious option.
Can I use #ACB080 for branding?
#ACB080 can serve as a primary or secondary brand color. Before committing, verify it renders well in both RGB (screens) and CMYK (print), test it against competitor palettes for differentiation, and confirm it meets WCAG contrast requirements in all planned applications.
How do I convert #ACB080 to other color formats?
#ACB080 to RGB(172, 176, 128) by splitting the hex into three pairs and converting each from base-16 to base-10. HSL(65°, 23%, 60%) is derived from the RGB values using the standard algorithm. Visit our HEX to HSL converter for additional formats.