> ## 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.

# Contrast

Represents the user's preference for contrast levels on a web page. Useful for accessibility testing, ensuring content is legible under different contrast settings.

## Definition

```graphql theme={null}
enum Contrast {
  NO_PREFERENCE
  MORE
}
```

## Values

### `NO_PREFERENCE`

The user has no preference for contrast levels.

### `MORE`

The user prefers higher contrast between foreground and background colors.
