Add your input
A browser-readable image and a point selected on its preview.
Pull an exact color from a reference while keeping the picture private.
#0EA5E9rgb(14, 165, 233)hsl(199, 88.7%, 48.4%)Your work stays private in your browser while you use this tool.
Load a browser-readable image into a canvas and sample the displayed pixel you select. The sampled color is shown as HEX, RGB, and HSL for copying.
A browser-readable image and a point selected on its preview.
Pull an exact color from a reference while keeping the picture private.
The sampled color in HEX and RGB.
Sample a small cluster of nearby pixels when compression noise makes a single pixel misleading.
Match a CSS accent to a pixel in a logo or supplied mockup.
Inspect the exact displayed RGB value of a background, icon, or screenshot region.
Sample a reference image before checking the resulting color pair for contrast.
The file is read as a data URL, decoded by the browser, scaled to fit within a 760 × 440 canvas, and drawn with Canvas 2D. Pointer coordinates are mapped into canvas coordinates and getImageData() reads the selected RGBA pixel. Keyboard activation samples the canvas center.
Yes. Image color picker is free to use.
Yes. Your work stays private while you use the tool — nothing you enter is uploaded.
The browser may color-manage and rescale the image before Canvas exposes its displayed sRGB-like pixel values. Large previews are explicitly reduced to fit, which can blend neighboring source pixels.
When the image button is activated without pointer coordinates, the tool samples the center pixel of the rendered canvas.