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

# tertiaryLabelColor

The tertiary color to use for text labels.

```
class var tertiaryLabelColor: NSColor { get }
```

## Discussion

Use this color for disabled text and for other less important text in your interface. You can also use it for other types of tertiary app content.

---

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)