---
title: symbolTintColor
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cproutedetail/symboltintcolor
---

# symbolTintColor

The symbolTintColor to apply to the label.

## Declaration

```swift
var symbolTintColor: UIColor? { get set }
```

## Discussion

Discussion The system requires a dynamic color that adapts to appearance changes. Static colors without light and dark variants fall back to the system default label color. Alpha components are ignored and all colors render at full opacity. dynamic colors that adapt to light and dark appearances.
