<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSColor/currentControlTint",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSColor(cpy)currentControlTint"
  },
  "title" : "currentControlTint"
}
-->

# currentControlTint

The current system control tint color.

```
class var currentControlTint: NSControlTint { get }
```

## Return Value

The current system control tint.

## Discussion

An application can register for the [`currentControlTintDidChangeNotification`](/documentation/AppKit/NSColor/currentControlTintDidChangeNotification) notification to be notified of changes to the system control tint.

## See Also

[`init(for:)`](/documentation/AppKit/NSColor/init(for:))

Returns the color object specified by the given control tint.



---

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)