# Debug Color

## Essence

Deliberately conspicuous marker for missing or undefined color decisions.

## Tokens

- Base: `--color-debug` = `#ff00ff / rgb(255, 0, 255)`.
- Inverse: `--color-debug-inverse` preserves the base value.

## Internal Rules

- Use only for debugging, placeholders, or unresolved color ownership.
- Never ship as intentional production styling.
- Its inverse remains unchanged so the warning signal stays recognizable.

## Accessibility Notes

Debug color is not an accessibility-approved production foreground or surface.

## Code Paths

- `packages/design-system/src/styles/tokens.css`
