A simple and lightweight color picker utility for Windows. After installation, EyeDropper runs in your taskbar. Use it to pick colors from anywhere on your screen and instantly copy them to your clipboard in one of several formats.
Left-click the taskbar icon to activate the picker and hover over any pixel to see its color.
Right-click the icon to quickly switch formats, open settings, or exit.
Configure themes, startup behavior, clipboard options, formats, precision, and hotkeys.
Fine-tune Hue, Saturation, Brightness, RGB, Lab, CMYK, and Alpha in a single dialog.
- Easy Access: Runs in the system tray; left-click to pick a color, right-click for options.
- Multiple Color Formats: HTML, Hex, Delphi Hex, VB Hex, RGB, RGB Float, HSV, HSL, Long.
- Advanced Color Picker: Built-in dialog to adjust H, S, B, R, G, B, L, a, b, C, M, Y, K, and Alpha.
- Clipboard Integration: Automatically copies the selected color code.
- Dark & Light Themes: Match Windows theme or choose explicitly.
- Custom Hotkey: Default
Alt + ~, configurable in settings. - Launch on Startup: Enable or disable automatic startup.
- Download the latest installer from the Releases.
- Run
Setup.EyeDropper.exeand follow the on-screen prompts. - Launch EyeDropper; the icon will appear in your taskbar notification area.
-
Pick a Color
- Left-click the EyeDropper icon to activate the magnifier.
- Move the mouse over any pixel; a preview shows the current color.
- Click to copy the color code to your clipboard in your selected format.
-
Change Format
-
Right-click the icon and choose one of the formats:
- HTML
- Hex
- Delphi Hex
- VB Hex
- RGB
- RGB Float
- HSV
- HSL
- Long
-
-
Settings
- Right-click > Settings to open the configuration dialog.
- Personalization: Light, Dark, or Windows Default theme.
- General: Launch on startup, copy on pick.
- Color Code: Select default format, precision, and output template (e.g.,
#{R}{G}{B}). - Hotkey: Assign or change the global activation key.
-
Advanced Picker
- Right-click > Advanced Color Picker or click the picker icon in the popup.
- Adjust sliders and numeric fields for precise control.
- Enter a hex value directly or tweak Lab/CMYK channels.
This repo includes a GitHub Actions workflow that builds the application in Release mode, packages a Windows installer (.exe), and publishes it to GitHub Releases.
To build locally:
git clone https://github.com/gachris/EyeDropper.git
cd EyeDropper- Open the solution in Visual Studio.
- Build EyeDropper and EyeDropper.Setup in Release configuration.
- Find the installer under
.setup/in the root directory.
Contributions, issues, and feature requests are welcome! Please check the issues page before submitting a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.



