---
title: calibratedRGB
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolorspacename/calibratedrgb
---

# calibratedRGB

Calibrated color space with red, green, blue, and alpha components.

## Declaration

```swift
static let calibratedRGB: NSColorSpaceName
```

## Discussion

Discussion You can also create a color with HSB (hue, saturation, brightness) and alpha components and can extract these components.

## See Also

### Color Space Names

- [calibratedWhite](appkit/nscolorspacename/calibratedwhite.md)
- [custom](appkit/nscolorspacename/custom.md)
- [deviceCMYK](appkit/nscolorspacename/devicecmyk.md)
- [deviceRGB](appkit/nscolorspacename/devicergb.md)
- [deviceWhite](appkit/nscolorspacename/devicewhite.md)
- [named](appkit/nscolorspacename/named.md)
- [pattern](appkit/nscolorspacename/pattern.md)
