text-decoration-color

Sets the color of the lines defined by 'text-decoration-line' (like underlines, overlines, or strike-throughs).

Quick example

a {
  text-decoration-line: underline;
  /* Sets the underline color to red regardless of the text color */
  text-decoration-color: red;
}

Quick facts

Initial value
currentcolor
Inherited
No
Applies to
all elements
Animation type
color

text-decoration-color Browser Support

Widely available Since 2015 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

Safe to use without fallbacks.

57+
36+
12.1+
79+
ESC