Back to Tools

Color Picker

Upload an image and click anywhere on it to extract color values in RGB, HEX, HSL, and HSV formats. Maximum image size: 5 MB

Drop your image here

or click to select an image file

Supported: JPG, PNG, GIF, BMP, WebP

Color Format Guide

HEX (#RRGGBB)

Most common web format. Example: #FF5733

RGB (Red, Green, Blue)

Values 0-255 for each channel. Example: rgb(255, 87, 51)

HSL (Hue, Saturation, Lightness)

More intuitive for color adjustments. Example: hsl(12, 100%, 60%)

HSV (Hue, Saturation, Value)

Popular in design software. Example: hsv(12, 80%, 100%)