<!-- 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; [ColorFormat](./puppeteer.protocol.overlay.colorformat.md)

## Protocol.Overlay.ColorFormat type

<b>Signature:</b>

```typescript
export type ColorFormat = ('rgb' | 'hsl' | 'hex');
```