<!--
{
  "availability" : [
    "macOS: 10.14.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSButton/contentTintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSButton(py)contentTintColor"
  },
  "title" : "contentTintColor"
}
-->

# contentTintColor

A tint color to use for the template image and text content.

```
@NSCopying var contentTintColor: NSColor? { get set }
```

## Discussion

The `contentTintColor` is only applicable to borderless buttons. This color is used in combination with other theme-appropriate effects.

---

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)