Click any pixel in a photo to get its exact hex and RGB value, and build a small palette as you go.
This tool reads the exact color of any pixel in a photo you upload. Hover over the image to preview colors live, click to pick one, and it's added to a small palette along with its hex, RGB, and HSL values, all ready to copy into a design tool, CSS file, or anywhere else you need that exact color.
Everything happens locally in your browser using the Canvas API. Your image is never uploaded to a server.
All three represent the exact same color, just in different formats, use whichever one your design tool, code editor, or project expects.
The tool draws your image onto an in-browser canvas, then reads the exact red, green, and blue values of whichever pixel your cursor is over using the canvas's pixel data. Those RGB values are then converted into hex and HSL formats for display, all calculated instantly as you move your cursor.
The tool reads the exact pixel value as stored in the image file, which for a heavily compressed JPG may differ slightly from the "true" original color due to compression, since JPG compression can introduce small color shifts. For the most accurate colors, use a less compressed or lossless image where possible.
Yes, every click adds a new swatch to your palette, so you can build up a whole set of colors from the same image.
You'll get the color that's stored underneath the transparency, which may not visually match what you saw, since fully transparent pixels can still have an RGB value even though they don't render as that color.
No, you can pick as many colors as you like during your session.