Browser eyedropper color picker — how do I grab any on-screen color to HEX and RGB without installing software?
Use Chromium-based browsers with the EyeDropper API: open our Color Picker, click the eyedropper, then click a pixel. The tool fills #RRGGBB and updates RGB, HSL, HSV, CMYK, and contrast panels. A second eyedropper sets the comparison color for WCAG checks.
Detailed answer
If your browser does not support EyeDropper, use the native color input or paste codes manually. Everything runs locally—no uploads. Saved colors (up to 20) stay in localStorage for your next session.
Relationship context
Screen sampling reads displayed sRGB pixels; HDR or color-managed windows may still differ from another monitor.
Example sRGB codes (HEX · RGB · HSL)
More Color Picker tools
Open the main picker or a fixed input/output converter—same math as the hub, with copy-ready strings.