Color Picker

Pick a color and instantly see its HEX, RGB, and HSL values, entirely in your browser.

RGB
HSL

Examples

Picking a shade of blue

#3366ff
RGB: rgb(51, 102, 255) — HSL: hsl(225, 100%, 60%)

FAQ

No. All color conversions happen entirely in your browser using plain JavaScript math.

Yes — enter any valid 6-digit HEX code in the text field and the RGB and HSL values update automatically.

Related Tools

Guide

Use the color picker or type a HEX code directly. The RGB and HSL equivalents update automatically as you change the color.