css.properties

outline-color

The outline-color property sets the color of an outline.

Formal Syntax

outline-color = auto | <'border-top-color'>

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
outline-color11.51.212
transparent111.212

Related Properties