Eyedropper, working palette, side panel, and omnibox quick-actions - in Chrome, Edge, and Brave. No sign-up, no telemetry.
Pick the exact pixel color of any element on any page. Uses the native EyeDropper API on supported browsers, with a content-script fallback.
Every color you pick lands in a persistent palette. Re-arrange, delete, copy as HEX / OKLCH / Tailwind, or open in any ColorUI tool.
Pin the side panel (Alt+Shift+S) to keep your palette visible across tabs while you browse references and inspiration.
Alt+Shift+E to eyedrop. Alt+Shift+C to open the popup. Alt+Shift+S for the side panel. Type "color" + space in the address bar for omnibox quick-actions.
No tracking pixels, no sign-up. The palette lives in chrome.storage on your device. Optional sync only fires when you open a colorui.io tab.
Manifest V3. Tested on Chrome 116+, Edge, and Brave. Same .crx package works in all three.
We are submitting to the Chrome Web Store. While the listing is in review, sideload in 30 seconds:
extension/ foldernpx degit colorui/colorui/extension colorui-extensionmanifest.json.chrome://extensions, toggle Developer mode.Any Chromium-based browser on Manifest V3 - Chrome 116+, Microsoft Edge, Brave, Arc, Opera, and Vivaldi. Firefox support is on the roadmap once their MV3 side-panel APIs stabilise.
We are submitting to the Chrome Web Store. While the listing is in review, you can sideload it in unpacked mode in 30 seconds - see the Install section above.
storage (palette state), activeTab and scripting (eyedropper fallback on the page you have open), contextMenus (right-click on any color), sidePanel (the side panel itself), and clipboardWrite (copy buttons). Host permissions are limited to colorui.io plus optional access to the current site for picking.
Only when you click an action that needs it - "Open in Generator", "Apply on colorui.io", or the omnibox quick-actions. Picking colors and managing the palette work entirely on-device.
Type color in the address bar, press space, then type a hex (e.g. color #7c5cff) or a prompt (color calm fintech) - the extension routes you to the right ColorUI tool.
The extension lives in the open at extension/ in the colorui.io repo. Manifest V3, vanilla JS, no bundlers. Audit it before installing.