Sample a pixel or small image patch and report its averaged colour in common formats.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The coordinate is clamped inside the image, a square sample is clipped at the edges, and mean RGBA channels become hex, RGB, HSL, and alpha output. The selected sample size controls whether one pixel or a local average is used.
Input: data:image/png;base64,iVBORw0KGgo= X: 0 Y: 0 Sample size: 1
HEX: #7f7f7f RGB: rgb(127, 127, 127) HSL: hsl(0, 0%, 50%)
Design tools sample brand colours, inspectors read pixels under a cursor, and palette workflows average noisy patches.