Skip to main content

🎉 Sign up and every Pro feature is free — no payment required.

Color Picker

Pick any color from images, or explore colors and get their values. Supports HEX, RGB, HSL, HSV, and CMYK formats.

1. Pick a color from image

Upload an image to pick colors

or drag and drop here

PNG, JPG, WEBP up to 100.0 MB

2. Or choose a color

Selected Color

HEX

#FF4D4F

RGB

rgb(255, 77, 79)

HSL

hsl(359, 100%, 65%)

HSV

hsv(359, 70%, 100%)

CMYK

cmyk(0%, 70%, 69%, 0%)

LAB

lab(59, 67, 39)

Four related but different color tasks

Color Picker reads out a single pixel's value in HEX, RGB, HSL, HSV, and CMYK at once, which is the format you actually need when handing a color off to a print shop versus a CSS file. Palette Extractor and Dominant Color Extractor both analyze a whole image rather than one pixel, but answer different questions — a full ranked palette for building a themed color scheme, versus a single number for picking one representative color, like a thumbnail's average tone for a video platform's background fill.

The contrast checker follows WCAG, not intuition

A text/background pair that looks readable on a bright monitor can still fail the accessibility contrast ratios that WCAG AA (4.5:1 for normal text) and the stricter AAA level require — this matters for on-brand overlay text on thumbnails and covers just as much as for a website's own UI, since low-contrast text is the single most common accessibility failure found in real audits.