> For the complete documentation index, see [llms.txt](https://documentation.lynnux.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.lynnux.xyz/akira/utility/color.md).

# Color

## Usage:

| Command   | Options               | Description           |
| --------- | --------------------- | --------------------- |
| `a.color` |                       | Shows a random color  |
| `a.color` | \<ColorName/ColorHex> | Shows the given color |

## Example:

<table><thead><tr><th width="356">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>a.color</code></td><td>Shows a random color</td></tr><tr><td><code>a.color #f47fff</code></td><td>Shows the color f47fff</td></tr><tr><td><code>a.color red</code></td><td>Shows the color red</td></tr></tbody></table>
