<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Map/tintColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Map/tintColor"
  },
  "title" : "tintColor"
}
-->

# tintColor

The CSS color that MapKit JS uses for user interface controls on the map.

```
get tintColor(): string;
set tintColor(value: string);
```

## Discussion

Use `tintColor` to color the outline of the controls, text, and glyphs. The tint color can be any valid [CSS color value or standard color name](https://drafts.csswg.org/css-color/#named-colors).

---

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)