css.properties

outline-color

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

Formal Syntax

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