## Miscellaneous Additions
- [`ValueIntervalFormFieldDependency`](../../php/api/form_builder/dependencies.md#valueintervalformfielddependency)
+- [`ColorFormField`](../../php/api/form_builder/form_fields.md#colorformfield)
- [`MultipleBoardSelectionFormField`](../../php/api/form_builder/form_fields/#multipleboardselectionformfield)
You must specify a captcha object type (`com.woltlab.wcf.captcha`) using the `objectType()` method.
+### `ColorFormField`
+
+!!! info "Only available since version 5.5."
+
+`ColorFormField` is used to specify RGBA colors using the `rgba(r, g, b, a)` format.
+The class implements `IImmutableFormField`.
+
+
### `ContentLanguageFormField`
`ContentLanguageFormField` is used to select the content language of an object.