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

# sRGB

A color space object that represents an sRGB color space.

```
class var sRGB: NSColorSpace { get }
```

## Return Value

The `NSColorSpace` object. This color-additive color space has red, green, blue, and alpha components.

## Discussion

The sRGB color space is a standard color space for use on monitors, printers, and the Internet. For further information on sRGB, see <http://www.color.org/srgb.html>.

---

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)