Free Online Color Picker

A color picker lets you select any color and reads back its hex, RGB and HSL values in real time for CSS and design.

Your data is processed entirely in your browser and never sent to any server.

Instant results 100% private No signup needed
Hex#2680D9
RGBrgb(38, 128, 217)
HSLhsl(210, 70%, 50%)

How to Use This Tool

  1. Drag the Hue slider across the rainbow (0° red, 120° green, 240° blue) to choose a base color.
  2. Adjust the Saturation slider — 0% gives gray, 100% gives a pure hue.
  3. Adjust the Lightness slider — 0% is black, 50% is the pure hue, 100% is white.
  4. Click the copy icon next to Hex, RGB or HSL to send the value to your clipboard.

What Is a Color Picker?

A color picker maps a point in the HSL cylinder (hue 0–360°, saturation 0–100%, lightness 0–100%) to the sRGB color space defined by IEC 61966-2-1. Hue chooses the dominant wavelength, saturation controls vividness, and lightness controls brightness. Outputs are expressed as 6-digit hex, decimal rgb() triples (0–255 per channel), and hsl() — the three notations CSS understands.

Designers use it to lock in a swatch before exporting to Figma; front-end engineers use it to grab a hex for a Tailwind config or a CSS custom property; QA testers use it to sample a color from a spec and verify the implemented value.

Everything updates locally as you drag — nothing round-trips to a server, so the swatch you're previewing is the swatch you'll ship.

Frequently Asked Questions

What color formats does the picker output?
Hex, RGB and HSL update simultaneously as you move the sliders. Copy whichever format your CSS, design tool or code editor expects.
Can I type in a color and adjust from there?
Yes. Paste a hex value into the hex field and the sliders snap to that color. From there, tweak hue, saturation or lightness.
Does the picker work on mobile?
Yes. The sliders are touch-friendly and work on phones and tablets without any additional setup.

Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.

Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.

Related Color & Design