---
title: tintColor
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/mapconstructoroptions/tintcolor
---

# tintColor

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

## Declaration

```data
tintColor?: string;
```

## Discussion

Discussion Use tintColor to color the outline of the controls, text, and glyphs. Use any valid CSS color value.

## See Also

### Controlling the visible portion of the map

- [visibleMapRect](mapkitjs/mapconstructoroptions/visiblemaprect.md)
- [region](mapkitjs/mapconstructoroptions/region.md)
- [center](mapkitjs/mapconstructoroptions/center.md)
- [rotation](mapkitjs/mapconstructoroptions/rotation.md)
