css.properties

accent-color

The accent-color property sets the accent color for form controls and other interactive elements.

Formal Syntax

accent-color = auto | <color> <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

// Access via element.style element.style.accentColor = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
accent-color939215.493
auto939215.493

Related Properties