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

# headerTextColor

The color to use for text in header cells in table views and outline views.

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

## Return Value

The system color used for text in header cells in table and outline views. For more information, see [`NSColor`](/documentation/AppKit/NSColor).

## Discussion

---

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)