<!--
{
  "availability" : [
    "iOS: 9.0.0 - 16.0.0",
    "iPadOS: 9.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0",
    "macOS: 10.11.0 - 13.0.0",
    "tvOS: 9.0.0 - 16.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKPinAnnotationView/pinTintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKPinAnnotationView(py)pinTintColor"
  },
  "title" : "pinTintColor"
}
-->

# pinTintColor

The color of the pin head.

```
var pinTintColor: NSColor! { get set }
```

## Discussion

Use this property to specify custom a custom color for your pin. You can also specify one of the standard pin colors.

## See Also

[`+  greenPinColor`](/documentation/MapKit/MKPinAnnotationView/greenPinColor())

Returns the standard color for green pins.

[`+  purplePinColor`](/documentation/MapKit/MKPinAnnotationView/purplePinColor())

Returns the standard color for purple pins.

[`+  redPinColor`](/documentation/MapKit/MKPinAnnotationView/redPinColor())

Returns the standard color for red pins.

  [Location and Maps Programming Guide](https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009497)



---

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)