# `Alaja.CLI.Commands.Color`
[🔗](https://github.com/Lorenzo-SF/alaja/blob/2.1.0/lib/alaja/cli/commands/color.ex#L2)

`alaja color` — Color analysis, harmonies, conversions, and tone manipulation.

Parses a color in any supported format and displays its values across
multiple colour spaces (HEX, RGB, HSL, HSV, CMYK, XTerm256, CIELAB,
CIE XYZ), generates colour harmonies, computes WCAG contrast ratios,
and renders a visual colour wheel when possible.

# `help`

```elixir
@spec help() :: :ok
```

Prints help for the `alaja color` command.

# `run`

```elixir
@spec run([String.t()]) :: :ok | no_return()
```

Runs the `alaja color` command.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
