Color Picker (from Image)
Pick colors from any image online and get HEX, RGB and HSL values, plus an auto-extracted palette. Free and 100% on-device.
Paste a color as HEX (#3538cd or #35c), rgb(…) or hsl(…) and instantly get all three formats with a live preview swatch. Great for translating design values into CSS.
Input
#3538cd
Output
rgb(53, 56, 205) hsl(239, 60%, 51%)
These buttons share the page link, not your input.
Your current input will be stored in the link after the # symbol, not uploaded to HandyBrowserTools. Anyone with this link can read that text. If you send or post it, the service you choose also receives the link. Do not include passwords or private information.
3- and 6-digit HEX, rgb()/rgba() and hsl()/hsla(). Any alpha channel is tolerated on input but not shown in the converted output. Output is HEX, RGB and HSL.
Each pair of hex digits (00-ff) becomes a red, green or blue channel value from 0 to 255. A 3-digit shorthand like #35c expands to #3355cc first.
Yes, hue is rounded to the nearest degree and saturation/lightness to the nearest percent, which matches how CSS is normally written.
No. All conversion runs locally in your browser; your colors never leave your device.
Pick colors from any image online and get HEX, RGB and HSL values, plus an auto-extracted palette. Free and 100% on-device.
Generate a favicon.ico plus all standard PNG icon sizes (16-512px) from any image, entirely in your browser. Free, with ready-to-paste HTML.
Convert an image to a Base64 data URI online for embedding in HTML, CSS or JSON. Free, instant, and processed on your device.