Online Color Picker - Eye Dropper & Color Selection Tool
Pick colors from a palette or use the eye dropper to sample colors from your screen. Converts between HEX, RGB, HSL. An essential tool for designers.
UD5 Toolkit
w + b > 100%, the HWB model normalizes the values proportionally so they sum to exactly 100%. This means the "pure hue" component becomes zero, and the resulting color is a gray tone somewhere between white and black. The hue no longer affects the outputβit's effectively achromatic. Our 2D panel visualizes this: the upper-right triangle (above the diagonal) represents this gray zone.
R = w + (1-w-b) Γ R_hue (same for G and B). If w+b > 1, the hue component disappears and you get a gray. This tool performs all conversions in real-time and provides both HWB and RGB/HEX outputs.
Pick colors from a palette or use the eye dropper to sample colors from your screen. Converts between HEX, RGB, HSL. An essential tool for designers.
Enter hex codes and download a PNG swatch image with color names. Useful for design spec documents. Built via canvas.
A dedicated color picker with common retro gaming palettes (NES, Gameboy). Pick and copy hex codes. For pixel art creators.
Select colors in the OKLCH space with lightness, chroma, and hue. Convert to hex, RGB, and CSS oklch(). Perceptually uniform gradients.
Convert HSL and HSLA color specifications back to standard HEX codes. Useful when extracting colors from CSS preprocessors. Instant client-side conversion.
Paste a media query and instantly check for syntax errors. See if it's correctly formed. Quick developer tool.
Get a beautiful, handβpicked color combination instead of purely random. Each palette has a name and copyable hex codes.
Check if your browser and display support the wider DCIβP3 color space. See the difference with a simple test pattern.
Build a CSS media query by selecting feature, operator, and value. Copy the exact syntax for your stylesheet.
An interactive color wheel that teaches primary, secondary, tertiary colors, and harmonies. Pick and mix like a pro.
Upload a small pixel art image and get a CSS grid layout that recreates it using divs. Novelty developer tool.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Enter foreground and background colors to instantly see the contrast ratio and pass/fail for AA and AAA. Simple and fast.
Enter two hex colors and compute the CIE76, CIE94, and CIEDE2000 color difference. Understand how humans perceive color similarity.
Create a responsive box that maintains a specific aspect ratio using the aspectβratio property. Copy the simple CSS.
Convert an image to grayscale by adjusting the contribution of red, green, and blue channels. Simulate B&W film filters.
Browse the OKLCH color space with sliders for lightness, chroma, and hue. See the CSS oklch() code. Modern and accessible.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, crossβorigin friendly.
Toggle imageβrendering: auto, pixelated, crispβedges on a scaled image. Essential for pixel art display.
See a color swatch and guess its hex code. Get scored on accuracy. Improve your color intuition. Fun for designers.
Point your camera at an object and see the dominant color in real time. Click to copy the hex. Fun tool for designers.
Paste image URLs and generate a responsive masonry or justified gallery layout with lightbox. Copy the HTML/CSS/JS.
Given an RGB value, pick the matching color square. Multiple difficulty levels. Improve your color perception. Fun for designers.
Upload an image and extract its dominant colors or full color palette. Download as a CSS snippet or color swatch. Entirely client-side, your images stay private.
Convert RGB and hex colors to CIELAB L*a*b* values. Understand perceptual lightness and chromaticity. All local math.
Upload multiple sizes of the same image and generate the complete srcset and sizes attributes. For perfect responsive performance.
Extract a color palette from an image using CIELAB kβmeans quantization. Results are perceptually more accurate than RGB methods.
Generate a harmonious threeβcolor palette with a matching simple favicon shape. Perfect for quick project identity. All local.
Upload a gradient or enter a palette and simulate how it appears with different types of color vision deficiency. Ensure inclusive data visualization.
Upload an image at multiple widths and generate a complete <picture> or <img srcset> snippet. Modern web performance.