Screen Color Picker - Online Eyedropper with Magnifier
Use the browser's native eyedropper tool to pick any color from the screen. Shows zoomed preview. Quick and easy.
UD5 Toolkit
Pick any color from your screen instantly using the EyeDropper API
<input type="color"> color picker, allowing you to still select colors using your operating system's native color picker dialog. The fallback option appears automatically when needed.
#FF5733). It's the most common format used in web design and CSS. RGB (Red, Green, Blue) expresses colors as three decimal values from 0–255 (e.g., rgb(255, 87, 51)), representing the intensity of each color channel. HSL (Hue, Saturation, Lightness) describes colors more intuitively: Hue is the color wheel angle (0–360°), Saturation is color intensity (0–100%), and Lightness is brightness (0–100%). HSL is often preferred by designers because it's easier to adjust shades and tints. This tool provides all three formats for your convenience.
<input type="color"> element, which opens your device's system color picker. While not as seamless as the desktop eyedropper experience, you can still pick colors effectively on mobile. For the best experience, we recommend using a Chromium-based browser on desktop.
localStorage. This means your picked colors remain on your device and are never transmitted to any server. You can clear the history at any time by clicking the "Clear" button. The history persists across browser sessions (even after closing and reopening the browser) until you manually clear it or clear your browser's local storage. Up to 24 colors are retained, with older entries being removed when the limit is reached.
Use the browser's native eyedropper tool to pick any color from the screen. Shows zoomed preview. Quick and easy.
Generate a range of tints and shades from a single hex color. Ideal for data visualization, UI design systems, and Tailwind custom palette creation. Local tool.
Design a custom focus indicator with outline, offset, and box‑shadow. Preview on interactive elements. Copy the CSS.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Open a modal and see how focus is trapped and restored. Copy the lightweight focus‑trap code. Accessible pattern.
Paste a screenshot or image, crop it, and add arrows, rectangles, and text. Essential for bug reports and tutorials.
Upload an image and generate the CSS to use it as a custom mouse cursor. Test it live. Fun for personal websites.
Define password rules and see a live checklist that updates as you type. Design better password UX for your app.
Test the new HTML popover attribute for creating accessible tooltips, menus, and dialogs without JavaScript. Copy code snippets.
Touch the screen and see the exact coordinates, radius, and force of each touch point. Indispensable for mobile web devs.
Enter container width, number of items, gap, and flex‑basis. See the resulting sizes instantly. Plan your flex layout.
Upload an image and get a suggested alt text description using a local vision model (WASM). Improve SEO and accessibility fast.
Paste code and generate a beautiful, syntax‑highlighted PNG image. Choose theme and window style. Shareable code pics.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Visually adjust each corner's radius on an image independently. Preview and download as PNG. For non‑uniform rounding.
Design neumorphic elements by adjusting box‑shadow parameters. Real‑time preview and CSS output. For modern soft UI interfaces.
Create CSS mask‑image effects with custom shapes, gradients, and SVGs. Visually see the mask applied to an image. Copy the CSS.
Design a pure CSS tooltip with custom text, position (top/bottom/left/right), and arrow. Copy the clean code.
Find the ideal height to hang art based on wall and furniture dimensions. Follow gallery standard 57‑inch center rule.
Interactively add and adjust multiple box shadows on a sample element. Drag sliders for offset, blur, spread, and color. Copy the clean CSS code instantly.
Design layered box shadows interactively and get the CSS code in real time. Adjust offset, blur, spread, and color. Essential tool for UI designers.
Create a passkey and authenticate using the Web Authentication API. Supports platform authenticators (TouchID, FaceID). No server.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkit‑scrollbar and Firefox scrollbar‑width.
Design a tooltip that appears on hover without JavaScript. Choose positioning, arrow, and animation. Copy the clean HTML/CSS.
Adjust margin, border, padding, and content sizes interactively and see the rendered box model. Get the exact CSS. Teach or learn layout.
Design a fully styled scrollbar with colors, width, and border radius. Get the CSS for Chrome and Firefox.
Build a custom CSS reset by toggling which elements to normalize. Copy the resulting stylesheet. Lean and clean.