← All tools
// DESIGN

Hex Color Picker online

Pick any colour and convert to hex, RGB, HSL, and HSV formats.

Hex Colour Picker logo
by
CHUNKY
MUNSTER
COLOUR PICKER

Colour Formats

Using the Professional Color Converter

  1. Click in the colour spectrum or drag the hue slider.
  2. Fine-tune with the saturation and brightness sliders.
  3. Type a hex, RGB, or HSL value directly to jump to a specific colour.
  4. Click Copy next to any format to copy that value for use in CSS.

Hex Color Picker is an essential visual tool for designers and developers to select and convert shades across multiple formats. This color palette tool provides immediate access to hex, RGB, HSL, and HSV codes, ensuring consistency across your digital projects. With a high-precision saturation/brightness grid and an intuitive hue selector, finding the exact CSS values you need is fast and efficient.

Understanding Hex and HSL Color Codes

Web design relies on various color models to represent light and pigment. This color converter translates 24-bit hex strings into human-readable HSL and HSV coordinates. Hex codes like #FF8844 represent red, green, and blue intensities in hexadecimal form. Using our hsl color picker, you can adjust the hue rotation and lightness independently, which is often more intuitive for creating harmonious themes. Our design tool also supports the EyeDropper API for direct screen sampling on modern browsers.

Frequently Asked Questions

What does a 3-digit hex colour mean?

#RGB shorthand doubles each digit - #f0c = #ff00cc. It is valid CSS and saves 3 characters when both digits of a pair are identical.

What are HSLA colours?

hsla(h, s%, l%, a) extends HSL with an alpha channel for transparency. Alpha ranges from 0 (fully transparent) to 1 (fully opaque). Equivalent: rgba(r, g, b, a) in RGB. Modern CSS also accepts hsl(h s% l% / a) syntax.

How do I find a colour's hue in HSL?

Hue is measured in degrees on the colour wheel: 0° = red, 60° = yellow, 120° = green, 180° = cyan, 240° = blue, 300° = magenta, 360° = red. The colour picker's hue ring shows this progression.

What is the EyeDropper API?

A browser API that lets you pick a colour from anywhere on the screen - not just the picker. Click the eyedropper icon if visible (Chrome 95+). It reads the sRGB colour of any pixel on screen including other browser tabs.

Explore our other design utilities like the Color Converter, CMYK Converter, and Colour Name Finder. Bookmark this page whenever you need a reliable Hex Color Picker for your CSS styling.