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

# highlightColor

The color to use as a virtual light source on the screen.

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

## Return Value

The system color for the virtual light source on the screen.

## Discussion

This method is invoked by the [`highlight(withLevel:)`](/documentation/AppKit/NSColor/highlight(withLevel:)) method. For more information, see [`NSColor`](/documentation/AppKit/NSColor).

## See Also

[`highlight(withLevel:)`](/documentation/AppKit/NSColor/highlight(withLevel:))

Creates a new color object that represents a blend between the current color and the highlight color.



---

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)