An image color picker is an eyedropper for a photo: upload an image, click any pixel, and read its exact color as HEX, RGB and HSL. The picture is drawn on a canvas in your browser and sampled locally, so nothing is uploaded.
HEX, RGB and HSL
HEX (#1a73e8) is the six-digit code used in CSS and design tools. RGB (26, 115, 232) is the red-green-blue mix. HSL (hue, saturation, lightness) describes the same color in a way that is easier to adjust by eye. All three point to the same pixel.
When you need it
Matching a brand color from a logo, pulling a palette out of a photo, copying a shade from a screenshot, or checking the exact color a designer used.
FAQ
How do I get a color code from an image?Upload the image and click the spot you want — the tool reads that pixel and shows its HEX, RGB and HSL codes to copy.
What is the difference between HEX, RGB and HSL?They are three notations for the same color: HEX is the #-code used in CSS, RGB is the red/green/blue mix, and HSL describes hue, saturation and lightness. This tool gives all three.
Is my image uploaded to a server?No — the image is drawn and sampled entirely in your browser; it never leaves your device.
Can I pick more than one color?Yes — keep clicking different points and the values update for each, so you can copy several colors from the same image.