Click anywhere on your image to instantly extract the exact HEX, RGB and HSL color values. Save colors to a palette and copy to clipboard in one click.
Drop your image here
Then click anywhere on the image to pick a color
Browser DevTools have a built-in eyedropper, but it only works on the page itself — not on arbitrary images. This tool works on any image you load, including confidential design files and client assets you wouldn't want to upload to a third-party service. Everything runs locally. For extracting multiple dominant colors at once rather than sampling individual pixels, our Palette Extractor is the better starting point. And for a complete look at browser-based design tools, see our roundup of 175+ free browser-based tools.
#FF5733 represents red, green and blue values in base-16. Use HEX in CSS, HTML, Photoshop, Figma, and most design tools. It’s the universal color language of the web.
rgb(255, 87, 51) is the same color as #FF5733. RGB is preferred in CSS when you need to use opacity (e.g. rgba(255, 87, 51, 0.5)) or when working in video/print design software.