<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [HighlightQuadRequest](./puppeteer.protocol.overlay.highlightquadrequest.md) > [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; ```