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

# shadowColor

The color to use for virtual shadows cast by raised objects on the screen.

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

## Return Value

The system color for the virtual shadows case by raised objects on the screen.

## Discussion

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

## See Also

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

Creates a new color object that represents a blend between the current color and the shadow 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)