---
title: tv-highlight-color
framework: tvml
role: article
role_heading: Article
path: tvml/tv-highlight-color
---

# tv-highlight-color

Changes an element’s color when it comes into focus.

## Overview

Overview Here’s an example of how to change a button’s text color when the button comes into focus. <button>    <text style="tv-highlight-color:rgb(0,0,255,0.3)">Push me</text> </button> Values for tv-highlight-color Elements that Use tv-highlight-color badge decorationLabel description listItemLockup menuItem ordinal ratingCard reviewCard segmentBar subtitle text title

## See Also

### Color Styles

- [background-color](tvml/background-color.md)
- [color](tvml/color.md)
- [tv-tint-color](tvml/tv-tint-color.md)
