🎨

Free Color Picker Online

Pick any color and instantly get HEX, RGB, and HSL values.

← Back to all tools

Advertisement

HEX #6366f1
RGB rgb(99, 102, 241)
HSL hsl(239, 84%, 67%)

Copied!

Advertisement

How to Use the Color Picker

1

Click the color picker

Click the color input box to open your browser's native color picker with the full color spectrum.

2

Select your color

Choose any color. The preview box and all three color values update instantly as you pick.

3

Copy the value you need

Click Copy next to HEX, RGB, or HSL to copy that format to your clipboard.

Frequently Asked Questions

What is a HEX color code?

A six-digit code starting with # (e.g., #6366f1) representing a color using hexadecimal values for red, green, and blue. The most common format in CSS.

What is the difference between RGB and HSL?

RGB uses red, green, blue values (0–255). HSL uses hue (0–360°), saturation and lightness (%). HSL is more intuitive for creating color palettes.

Which format should I use in CSS?

HEX for most cases. Use RGB/RGBA when you need transparency. Use HSL when building dynamic color themes.

Can I use this in Figma or Adobe XD?

Yes. Copy the HEX or RGB value and paste it directly into any design application that accepts color codes.

Related Tools