# Accent Color

## Essence

Primary emphasis color for links, navigation, and interactive identity.

## Tokens

- Base: `--color-accent` = `#0b6bcb / rgb(11, 107, 203)`.
- Inverse: `--color-accent-inverse` = `--color-accent-soft` = `#e5f1ff / rgb(229, 241, 255)`.

## Internal Rules

- Use for meaningful interaction or emphasis, not decoration.
- Use the inverse token when the normal accent lacks contrast on an inverse surface.

## Accessibility Notes

Do not communicate interaction or selection by color alone.

## Code Paths

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