# Color Picker

The Color Picker in the Theme Builder has three tabs (two when used to edit a Theme Color): **Color**, **Web Color**, and **Theme Color**.

The first tab shows a full-fledged color picker (a modified version of [Color-Picker-with-Color-Wheel-and-Eye-Dropper](http://www.codeproject.com/Articles/21965/Color-Picker-with-Color-Wheel-and-Eye-Dropper)) that lets you build a valid #RRGGBB or rgb(r,g,b) or rgba(r,g,b,a) color notation.

Drag the picker on any window to select a color from another application. User the **Opacity** and **Lightness** sliders to adjust the transparency level and the color brightness.

![](/files/HXfDOosctYjUiWe0TvTu)

The second tab shows the list of all known, valid, and cross-browser Web Colors.

![](/files/wsFNIeZHZfHa02G6yZTj)

The third tab shows all the named colors defined in the theme itself.

![](/files/kH8zxsADUeNTWzakrLtv)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/theme-builder/user-interface/color-picker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
