# Color Picker

The color input utilizes the HTML5 color-picker for users to select colors colors from a color wheel or manually enter it in various formats. The value returned is in hexadecimal format.

<ks-form-field type="color" label="Your favorite color" />

Note

The HTML5 color input type is not supported by all browsers (opens new window). If it is not supported, the input will fall back to a text box where the user can enter a color value.

# Usage

For more information on how to use the form field component and it's available configurations, check out the documentation.