Image Color Picker – Upload & Pick Colors
Upload an image, screenshot, or paste from clipboard. Zoom into any pixel to pick exact colors, extract HEX, RGB, HSL, HSV values, and generate palettes – 100% locally in your browser.
#171717
Closest CSS Color: Black
WCAG Contrast CheckerWCAG 2.1
Calculates accessibility contrast ratios for selected background color against white and black.
Large headline preview (18pt / 24px)
Standard 14px body text preview. Contrast ratio determines readability for users with low vision or bright glare.
Large headline preview (18pt / 24px)
Standard 14px body text preview. Contrast ratio determines readability for users with low vision or bright glare.
Color Harmonies
Harmonic palettes derived mathematically from the active color. Click any swatch to select it.
Extracted Image Palette
Derives an authentic color palette from your uploaded image using client-side color quantization – perfect for extracting colors from screenshots and photos.
Recent Color History0
Saved locally in your browser storage. Never sent to any server.
Complete Guide to Image Color Picking
Learn how to pick colors from images, extract HEX values, generate palettes, and check contrast – with precision sampling and client-side processing.
1How to Pick a Color From Any Image in 3 Steps
2Understanding Image Color Sampling Modes
In digital images, individual pixels often vary slightly due to lossy JPEG compression, anti-aliasing around vector edges, or natural camera sensor noise. Sampling modes give you complete control over how pixel colors are measured:
1×1 Single Pixel (Point Sample)
Reads the exact RGB color of the single pixel under the cursor. Best for flat UI mockups, vector artwork, pixel art, and digital logos where borders are sharp and color regions are uniform.
3×3 & 5×5 Area Averages
Samples a square matrix (9 or 25 pixels) centered on your cursor and computes the representative color. Average computes the arithmetic mean across color channels, while Median filters out outlier noise and grain. Best for photographs and textured materials.
3Color Spaces & Models Compared
| Format | Example | Primary Use Case |
|---|---|---|
| HEX | #0070F3 | Universal web design, HTML, CSS stylesheets, UI tokens. |
| RGB | rgb(0, 112, 243) | Screen display hardware, Canvas APIs, CSS rgba() opacity manipulation. |
| HSL | hsl(212, 100%, 48%) | Human-intuitive adjustments: easily adjust lightness or saturation without changing hue. |
| HSV / HSB | hsv(212, 100%, 95%) | Figma, Sketch, Adobe Photoshop color pickers. |
| OKLCH | oklch(0.58 0.22 254.2) | Modern CSS Color 4 standard with perceptual uniformity across lightness and chroma. |
| CMYK | cmyk(100%, 54%, 0%, 5%) | Commercial offset and digital physical print production. |
🔒Privacy Policy – Image Color Picker
Unlike many online color pickers that upload your personal images or screenshots to remote cloud servers, this image color picker processes 100% of your data directly inside your browser using the native HTML5 Canvas API and JavaScript TypedArrays.
- Your images never leave your local computer or smartphone.
- No user accounts, tracking tokens, or server-side databases.
- Works completely offline once the page is loaded into your browser.
Frequently Asked Questions
Everything you need to know about picking colors from images