border-right-color

Sets the color of the physical right border. Useful for specific side-styling where you don't want the side to flip automatically in RTL languages.

.right-accent {
  /* Physical right border color */
  border-right-color: #ef4444;
  border-right-style: solid;
  border-right-width: 4px;
}
Initial value
currentcolor
Inherited
No
Applies to
allElements
Animation type
color
Widely available Since 2015 96% 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.

1+
1+
1+
12+
ESC