Color Picker

Convert between HEX, RGB, and HSL color formats, or pick a color from an image, online in your browser without uploading your input to a server.

What this tool does

NexKit Color Picker converts a color between HEX, RGB, and HSL formats, entirely in your browser, and lets you pick a color by clicking a pixel in an uploaded image.

Enter a color in any supported format (for example #3b82f6, rgb(59, 130, 246), or hsl(217, 91%, 60%)) and all three formats update together.

How to pick a color from an image

Upload a JPG, PNG, or WebP image, then click anywhere on the image to read that pixel's exact color. The HEX, RGB, and HSL values update to match.

Privacy and file handling

Your color values and images are processed entirely in your browser using the canvas element. Nothing is uploaded to NexKit servers by this tool.

Frequently Asked Questions

Is my image uploaded?

No. Images are read locally in your browser using the canvas element to pick pixel colors. Nothing is uploaded to NexKit servers by this tool.

What color formats are supported?

HEX (including 3-digit shorthand like #fff), RGB (rgb(...) or rgba(...)), and HSL (hsl(...) or hsla(...)).

Why not use the browser's built-in eyedropper tool?

The native browser EyeDropper API is only available in some Chromium-based browsers and not supported at all in Firefox or Safari. This tool's upload-and-click approach works consistently across browsers.

Related tools