# Success Color

## Essence

Semantic color for successful outcomes and confirmed positive status.

## Tokens

- Base: `--color-success` = `#1f7a4d / rgb(31, 122, 77)`.
- Inverse: `--color-success-inverse` currently preserves the base value.

## Internal Rules

- Use only for success meaning.
- Do not repurpose as decorative green.
- Request a new approved inverse value if a consuming context fails contrast.

## Accessibility Notes

Pair color with text, icon, or another non-color status signal.

## Code Paths

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