<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDeviceDescriptionKey/colorSpaceName",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSDeviceColorSpaceName"
  },
  "title" : "colorSpaceName"
}
-->

# colorSpaceName

The corresponding value is an `NSString` object giving the name of the window’s color space.

```
static let colorSpaceName: NSDeviceDescriptionKey
```

## Discussion

See Color Space Names in [Constants](/documentation/AppKit/constants) for a list of possible values.

---

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)