How to pick a color and copy it as HEX, RGB, or HSL
The picker keeps one color in state and derives every other representation from it. You can set that color three ways: with the native color box, by typing a hex value, or by sampling a pixel from anywhere on your screen if your browser supports the EyeDropper API.
All three outputs update at once, so there is no separate convert step. Each row has its own copy button, and everything is computed in your browser.
- Click the color box and drag the native picker, or paste a hex value such as #2563EB into the HEX field.
- If a "Sample from screen" button is shown, click it and click any pixel on your display to load that color.
- Read the HEX, RGB, and HSL rows in the preview panel, which recompute on every change.
- Press Copy next to the format you need; the value goes to your clipboard.
- If the preview shows an error, your hex value is not a valid 3-digit or 6-digit color.