# Secondary Text Color

## Essence

Lower-emphasis foreground color for supporting text.

## Tokens

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

## Internal Rules

- Use for captions, metadata, and supporting copy.
- Never use when primary reading emphasis is required.

## Accessibility Notes

Confirm contrast at small text sizes in both modes.

## Code Paths

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