Color Eyedropper

Pick any color from anywhere on your screen, or from an uploaded image, and get its HEX, RGB, and HSL values instantly. Uses your browser’s native eyedropper where available, with an image-pixel picker as a fallback. Runs entirely on your device.

Picker Color & Design Updated Jun 13, 2026
Learn how this works
How to Use
  1. Click “Pick from screen” to sample a color from anywhere on your display (Chrome, Edge, Opera).
  2. Or drop / choose an image and click any pixel to sample its color.
  3. The HEX, RGB, and HSL values appear instantly — click any to copy.
  4. Every color you pick is saved to the history strip for this session.
  5. Nothing is uploaded; the image and colors stay in your browser.
Pick a color
Drop an image here, or click to choose — then click any pixel to sample it.
Result
HEX
RGB
HSL

History

Picked colors appear here.

Two ways to sample a color

An eyedropper answers one of the most common questions in design and front-end work: what color is that, exactly? This tool answers it two ways. The screen eyedropper — powered by the browser’s native EyeDropper API in Chrome, Edge, and Opera — lets you click a magnifier on any pixel anywhere on your display, not just inside this page: a color in another app, a photo, a video frame, a desktop icon. The image picker works everywhere: drop in a screenshot, logo, or photo, and click any point to read that pixel’s color. Between the two, you can grab a precise color from essentially anything, in any modern browser. Each pick is reported as HEX, RGB, and HSL at once, and click any value to copy it.

Why three color formats

The same color can be written several ways, and which one you want depends on the job. HEX — like #3b82f6 — is the shorthand you paste into CSS, design software, and most config fields; it is compact and unambiguous. RGB spells out the red, green, and blue channels from 0 to 255, mirroring how a screen physically mixes light, and it is the form you need when adding an alpha channel for transparency. HSL describes the color as a hue angle on the color wheel plus saturation and lightness percentages, which is far more intuitive when you want to adjust a color — make it lighter, more muted, or shift it toward a neighbour — rather than just record it. Seeing all three at once means you never have to stop and convert; copy whichever the task in front of you expects.

About this eyedropper

Pick from the screen or from an image, copy any of the three formats, and collect your picks in the session history strip. Everything happens on your device — images are read locally and never uploaded. For choosing colors from a wheel and building palettes, see the Color Picker; to check whether two colors meet accessibility contrast, use the Contrast Checker.

About the Color Eyedropper

The Color Eyedropper is a free tool for colour and design work. It runs right in your web browser, so there is nothing to download. Pick any color from anywhere on your screen, or from an uploaded image, and get its HEX, RGB, and HSL values instantly. Uses your browser’s native eyedropper where available, with an image-pixel picker as a fallback. Runs entirely on your device.

How it works

Enter what you have and read the result as it updates live. It all runs on your own device, so it is quick and private, with nothing to install.

Want the deeper story? The Knowledge Base explains the ideas behind the tools in more detail.

Frequently Asked Questions

Which browsers support picking from the whole screen?

The native “Pick from screen” button uses the EyeDropper API, supported in Chrome, Edge, and Opera on desktop. In Firefox and Safari that button is hidden because the API is unavailable — but the image picker works in every modern browser, so you can still sample any color by loading a screenshot or image and clicking it.

What is the difference between HEX, RGB, and HSL?

They are three ways to write the same color. HEX (#3b82f6) is the compact form used in CSS and design tools. RGB (59, 130, 246) gives the red, green, and blue channel values from 0–255, which is how screens actually mix the color. HSL (217°, 91%, 60%) describes it as hue, saturation, and lightness, which is more intuitive for tweaking — nudging the lightness or rotating the hue. This tool shows all three for every pick.

Can I sample a color from a photo or screenshot?

Yes — that is exactly what the image picker is for. Drop in a screenshot, logo, or photo, then click anywhere on it to read the exact pixel color. It is the reliable way to grab a brand color or match a shade, and it works in browsers without the native screen eyedropper.

Is my image or color data uploaded?

No. The image is read locally with the FileReader and drawn to a canvas in your browser; pixel colors are computed on your device. Nothing is sent to a server.

How do I use the Color Eyedropper?

Simply type your numbers and read the result, which refreshes the instant you change something. There is nothing to submit and nothing to wait for.

Is it free? Does it work without internet?

Yes to both. It is free with no sign-up, and once the page has loaded it keeps working even with no internet.

Where does my data go?

Nowhere — every calculation runs on your own device. Nothing you enter is uploaded, logged, or stored.

Common Use Cases

Grab a brand color

Sample the exact HEX of a logo or website element to match it precisely.

Build a palette from a photo

Pick colors straight out of an image and collect them in the history strip.

Match a shade in a design

Read the precise RGB or HSL of any pixel to reuse it elsewhere.

Identify a color you see

Point the screen eyedropper at anything on your display to learn its values.

Last updated: