---
title: globalTintColor
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkapplication/globaltintcolor
---

# globalTintColor

The watchOS app’s global tint color.

## Declaration

```swift
var globalTintColor: UIColor { get }
```

## Discussion

Discussion This property provides access to the global tint color so that you can match the color elsewhere in your user interface. You specify the global tint color in the app’s storyboard, or in the asset catalog. If you don’t set a global tint color, this property returns the system default tint color. For more information, see Setting the app’s accent color.

## See Also

### Managing the user interface

- [isAutorotating](watchkit/wkapplication/isautorotating.md)
- [isAutorotated](watchkit/wkapplication/isautorotated.md)
