Google
CSS Outline-Color Property

Description:
Specifies the color of the outline of the element.
Syntax:
outline-color: [value];
Possible Values:
  • [color]
  • invert
  • inherit
Initial Value:
Invert
Applies To:
All elements
Inherited:
No
Media:
Visual, Interactive
Example:
p {outline-color: blue;}