Playit
CSS Property:
text-decoration-color:

Result:
Hello world!
CSS Code:
#myDIV {
text-decoration: underline;
text-decoration-color:red;
}
Click the property values above to see the result
W3Schools.com - Play it