<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [HighlightQuadRequest](./puppeteer.protocol.overlay.highlightquadrequest.md) &gt; [color](./puppeteer.protocol.overlay.highlightquadrequest.color.md)

## Protocol.Overlay.HighlightQuadRequest.color property

The highlight fill color (default: transparent).

<b>Signature:</b>

```typescript
color?: DOM.RGBA;
```