Glossary Item Box
ColorPicker is a component for easily select the color in your Web applications. User can input color's name ('red') or code ('#000000').
Features:
ColorPicker view sample:

Select a color from pop-up - or press "More colors..." button to open the color dialog:

After closing the dialog color value is shown in the text field.
A critical requirement for software accessibility is keyboard support as a complete alternative to pointing devices (mouse, etc.). Use keyboard to navigate ColorPicker:
In ColorPicker textbox - press Down key to show pop-up window.
In the pop-up and in the dialog use next keys:
| Keyboard key | Action |
| Left | Move to the left color |
| Up | Move to the up color |
| Right | Move to the right color |
| Down | Move to the down color |
| Escape | Close pop-up |
| Enter | Select a color or select a More or Auto button - and close popup |
| See Also |
Overview: Overview
Client-side API: ColorPicker client side API