CSS text-decoration-color

Previous Next

Demo of the different values of the text-decoration-color property.

Click the property values below to see the result:

text-decoration-color: red;
text-decoration-color: #0000ff;
text-decoration-color: rgb(0, 255, 0);
text-decoration-color: rgba(0, 255, 0, 0.5);
text-decoration-color: hsl(0, 100%, 50%);
text-decoration-color: hsla(0, 100%, 50%, 0.1);

Decorate me!

Decorate me!

Decorate me!

Decorate me!

Decorate me!

Decorate me!

Play more with the code in our Tryit yourself editor: Try it Yourself ❯