How to Use an Online Color Picker
Pick a color, read every format at once, and grab colors from anywhere on your screen.
4 min read
An online color picker lets you choose a color and read it back in every common format at once. Open the color picker, pick a color, and you get HEX, RGB, HSL, HSV and CMYK side by side, each ready to copy.
Ways to choose a color
There are three quick ways to land on the color you want:
- Use the native picker swatch to drag around the spectrum.
- Type or paste a value, such as a hex code or an
rgb()string. - Sample a pixel from your screen with the eyedropper.
Whichever way you choose, the readouts update live, along with the nearest human color name.
Sampling a color from your screen
The eyedropper is the fastest way to match a color you can see but do not have a code for. Click the sample button, and your cursor turns into a magnifier. Click any pixel, including pixels inside other windows or images, and that exact color drops into the picker.
This works in recent versions of Chrome and Edge. In other browsers the button is hidden, but the rest of the picker still works as normal.
Reading the formats
Each format answers a different need:
- HEX and RGB are what you paste into CSS or design tools.
- HSL makes it easy to nudge a color lighter or darker without changing its hue.
- HSV maps closely to the controls in many design apps.
- CMYK is the starting point when a color is heading to print.
Click any value to copy it. Nothing you pick is uploaded or stored, since the whole picker runs in your browser. When you want the nearest name for a color, the color name finder covers that, and the HEX to RGB converter handles plain conversions.
Frequently asked questions
- What is the difference between HSL and HSV?
- Both start from hue and saturation, but HSL adds lightness while HSV adds value (brightness). HSL is common in CSS, and HSV often appears in design apps.
- Can I pick a color from an image or another app?
- Yes, where the eyedropper is supported. Click the sample button, then click any pixel on screen, including inside other windows.
- Which format should I copy?
- Use hex or RGB for the web, HSL when you want to adjust lightness, and CMYK when you are preparing for print.
Related guides
More tools
More from the Hivly network
Free sister tools on our other sites.