CSS borderrightcolor Property (original) (raw)

CSS border-right-color Property

Last Updated : 15 May, 2026

The border-right-color property in CSS is used to specify the color of the right border of an element. It determines how the right border appears visually by applying a specific color.

**Syntax:

border-right-color: color | transparent | initial | inherit;

**Property Values:

**Example: Here, we are using border-right-color: color; property.

html `

CSS | border-right-color Property