> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ForcedColors

Specifies whether the user agent should enforce a limited color palette on the web page. This is an accessibility feature that helps users with specific visual needs.

## Definition

```graphql theme={null}
enum ForcedColors {
  ACTIVE
  NONE
}
```

## Values

### `ACTIVE`

Forced colors mode is active. The user agent enforces a limited color palette.

### `NONE`

Forced colors mode is not active.
