<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPRouteDetail/symbolTintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPRouteDetail(py)symbolTintColor"
  },
  "title" : "symbolTintColor"
}
-->

# symbolTintColor

The symbolTintColor to apply to the label.

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)