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

# windowFrameColor

The system color used for window frames, except for their text.

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

## Return Value

The color used for window frames. For more information, see [`NSColor`](/documentation/AppKit/NSColor).

## See Also

[`windowFrameTextColor`](/documentation/AppKit/NSColor/windowFrameTextColor)

The color to use for text in a window’s frame.



---

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)