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

# selectedControlColor

The color to use for the face of a selected control—that is, a control that has been clicked or is being dragged.

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

## See Also

[`secondarySelectedControlColor`](/documentation/AppKit/NSColor/secondarySelectedControlColor)

The color used for selected controls in non-key views.

[`alternateSelectedControlColor`](/documentation/AppKit/NSColor/alternateSelectedControlColor)

The system color used for the face of a selected control in a list or table.



---

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)