# Colour

### Supported formats

HEX, RGB, RGBA formats are allowed at the moment.

Examples:

* `#000000`
* `rgb(red, green, blue)`
* `rgba(red, green, blue, alpha)`

A colour picker.&#x20;

### Example

```javascript
{
  "key": "colour",
  "type": "colour",
  "default": "#ff0080"
}
```

##
