---
title: lightGray
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/lightgray
---

# lightGray

Returns a color object whose grayscale value is 2/3 and whose alpha value is 1.0.

## Declaration

```swift
class var lightGray: NSColor { get }
```

## Return Value

Return Value The NSColor object.

## See Also

### Fixed colors

- [black](appkit/nscolor/black.md)
- [blue](appkit/nscolor/blue.md)
- [brown](appkit/nscolor/brown.md)
- [cyan](appkit/nscolor/cyan.md)
- [darkGray](appkit/nscolor/darkgray.md)
- [gray](appkit/nscolor/gray.md)
- [green](appkit/nscolor/green.md)
- [magenta](appkit/nscolor/magenta.md)
- [orange](appkit/nscolor/orange.md)
- [purple](appkit/nscolor/purple.md)
- [red](appkit/nscolor/red.md)
- [white](appkit/nscolor/white.md)
- [yellow](appkit/nscolor/yellow.md)
