# Line Color

## Essence

Structural color for borders, dividers, and outlines.

## Tokens

- Base: `--color-line` = `#b8c0ca / rgb(184, 192, 202)`.
- Inverse: `--color-line-inverse` = `--color-secondary-text` = `#5c6470 / rgb(92, 100, 112)`.

## Internal Rules

- Use for structural separation, not text.
- Use focus tokens, not Line, for focus indication.

## Accessibility Notes

Essential boundaries must remain perceivable in both modes.

## Code Paths

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