---
title: equivalentContentTintColor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstintconfiguration/equivalentcontenttintcolor
---

# equivalentContentTintColor

A color object that matches the effective content tint.

## Declaration

```swift
var equivalentContentTintColor: NSColor? { get }
```

## Discussion

Discussion The value of this property is an NSColor that matches the represented content tint. This property is nil if the system can’t represent the content tint as an NSColor.

## See Also

### Setting the Tint Color

- [default](appkit/nstintconfiguration/default.md)
- [monochrome](appkit/nstintconfiguration/monochrome.md)
- [baseTintColor](appkit/nstintconfiguration/basetintcolor.md)
