Color Picker

Pick colors from the color wheel or extract colors from images. Get color values in HEX, RGB, HSL, and HSV formats.

Color Picker
Select a color from the picker
Color Formats
Click to copy any format

#1e88e5

#1e88e5ff

rgb(30, 136, 229)

hsl(208, 79%, 51%)

hsv(208, 87%, 90%)

Pick Color from Image
Upload an image and click anywhere to extract the color

Upload an image to pick colors

What is a Color Picker?

A color picker is a tool that allows you to select and identify colors from various sources. This tool supports picking colors from the color wheel, entering color values directly, or extracting colors from images.

Color Formats

HEX

The most common format for web colors.

#FF5733, #333, #AABBCC

RGB

Red, Green, Blue values (0-255).

rgb(255, 87, 51)

HSL

Hue, Saturation, Lightness.

hsl(14, 100%, 60%)

HSV/HSB

Hue, Saturation, Value/Brightness.

hsv(14, 80%, 100%)

Use Cases

  • Web design - Choose colors for websites
  • Graphic design - Create color palettes
  • Branding - Extract brand colors from logos
  • Accessibility - Check color contrast ratios
  • Art & illustration - Color matching and sampling

Tips

  • Use the eyedropper to pick colors from any image
  • Copy color values in any format you need
  • The color preview shows your selected color in real-time