Using the eyedropper
- Keyboard
- Mouse
Press
I from the palette view to activate the eyedropper. Focus returns to the app automatically after you pick a color or cancel.Browser support
The behavior differs by browser, based on the availability of the nativeEyeDropper API:
Chromium browsers (Chrome, Edge, Arc, Brave)
Chromium browsers (Chrome, Edge, Arc, Brave)
Color Palette uses the native
EyeDropper API (window.EyeDropper). When activated:- The browser overlays a magnified loupe cursor on the entire screen.
- Click any pixel — on a webpage, a desktop app, or a video — to sample its color.
- The picked
sRGBHexvalue is returned and added to your palette immediately. - Press
Escapeat any time to cancel without adding a color.
Firefox and Safari
Firefox and Safari
The
EyeDropper API is not available in Firefox or Safari. Color Palette falls back to a hidden <input type="color"> element that opens your operating system’s native color picker dialog.The OS color picker is limited to selecting colors within its own interface — it cannot sample arbitrary screen pixels the way the Chromium loupe can. Use it to enter a known hex value or choose from the OS color grid.Browser support is detected at runtime using
'EyeDropper' in window. No user agent sniffing is involved — if the API is present, the native loupe is used; otherwise the OS fallback is used.Limit
The eyedropper button and theI shortcut are both disabled when your palette already contains 10 colors (the maximum). Remove a color first, or use the Extract view to replace the entire palette from an image.
Eyedropper in edit mode
When you are editing a color inline (hex input is open) on a Chromium browser, a pipette icon appears inside the edit input. Clicking it launches the nativeEyeDropper API and fills the hex input with the sampled color — giving you a live preview before you confirm.
Enter edit mode
Click a hex label or press
Shift+Alt+1–9,0 to open the inline hex input for a color.Click the pipette icon
The pipette icon appears inside the input on Chromium. Click it to launch the screen color picker.
Sample a color
Click any pixel on screen. The hex input fills with the sampled value and the palette item updates live.
Related
Color editing
Edit palette colors inline — the eyedropper integrates directly into edit mode on Chromium.
Extract from image
Extract up to 10 dominant colors from any image file.
Generating palettes
Generate palettes using color theory relationships.
Keyboard shortcuts
Full shortcut reference — I activates the eyedropper.