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
Native <input type="color"> picker with real-time event monitoring & multi-format output
<input type="color"> is a built-in HTML element that opens the operating system's native color picker. It returns a 7-character HEX string (e.g., #3B82F6) and is supported in all modern browsers. Each browser delegates to the OS-level picker — on Windows you'll see the Windows color dialog, on macOS the native Apple color picker, and on mobile devices the platform-specific color selection UI. It supports both input events (fired continuously as you drag inside the picker) and change events (fired once when the picker is dismissed).
input for live previews and change for committing the final value. Our event log above visualizes this difference in real time.
#RRGGBB), widely used in web design and CSS.new EyeDropper().open() and returns an sRGBHex string. As of 2024, it is supported in Chromium-based browsers (Chrome 95+, Edge 95+) but not in Firefox or Safari. Our tool detects support automatically and shows the eye dropper button when available.
<input type="color"> is fully supported on iOS Safari and Android Chrome. On mobile, tapping the color input opens the platform-native color picker. Our tool is fully responsive and optimized for touch interaction — the large preview area and tappable swatches work seamlessly on small screens.
navigator.clipboard.writeText() API.
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.
Classic HSV color wheel with sliders. See hex, RGB, and HSL equivalents. Intuitive for artists. No server interaction.
Set a custom accent color for checkboxes, radios, range, and progress. See the browser’s rendering. Copy the CSS.
Select colors in the OKLCH space with lightness, chroma, and hue. Convert to hex, RGB, and CSS oklch(). Perceptually uniform gradients.
Pick colors using the HWB (Hue‑Whiteness‑Blackness) model. Get the CSS hwb() function code. Simpler than HSL for some.
Interactively create colors in HWB space and get the CSS hwb() function. Simplifies tint/shade workflows. Live preview.
Use the browser's native eyedropper tool to pick any color from the screen. Shows zoomed preview. Quick and easy.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Write modern CSS color functions like oklch(), lab(), hwb() and see the rendered color with fallback. Copy compatible code.
See the Pantone Colors of the Year and popular palettes from past years. Get hex codes. Design inspiration.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
Find the official name of any hex color from the extended color dictionary. Search by name to get the hex code. Handy for CSS and design language.
Select a color and see which cocktails match it roughly. Blue for Blue Lagoon, red for Negroni. Fun bar guide.
Test the upcoming contrast‑color() CSS function. Get white or black automatically for a given background. See it live.
Type a CSS color name like 'tomato' or 'mediumseagreen' and instantly get its hex code and preview. Complete named colors list.
Enter color in any CSS format and see all other representations. Live preview. Swatch history.
Select emotions (calm, energetic, sad) and generate a harmonious color palette that reflects the mood.
Fetch a website's CSS and extract :root custom properties (‑‑color) to reveal its design token palette. For learning and inspiration.
Choose a base color and see its complementary, split‑complementary, triadic, and tetradic harmonies. Copy palettes. Local.
Enter a CSS selector and see its specificity broken down into A,B,C columns with a visual weight comparison. Learn specificity.
Paste a stylesheet and extract every unique color (hex, rgb, hsl) into a palette. Swatches displayed. Copy as JSON.
Use the light‑dark() CSS function to change colors based on color scheme. Build a simple dark mode toggle with one property.
Convert RGB and RGBA color values to their HEX or HEX+alpha representation. Live preview and copy CSS color strings instantly.
Paste hex colors, generate a contrast matrix against each other. Identify failing pairs for WCAG.
Mix and save colors using a color picker. Drag to reorder. Export as CSS variables or hex list.
Style an `<input type='range'>` with custom track and thumb. Cross‑browser CSS. Preview and copy the code.
Dynamically blend two colors using the CSS color‑mix() function in different color spaces. Copy the exact CSS snippet. No JS required.
See every HTML input type in one page. Check browser support and styling. Copy sample markup. Quick frontend reference.
Enter a color palette and see how it looks for different types of color vision deficiency. Get warnings on conflicting colors.
Paste body text and test different font/background combos. See an actual passage rendered, not just a ratio. True feel for legibility.