superhighfives.com

Open-source native color picker for macOS that samples colors from anywhere on screen in seven formats including Hex, RGB, HSL, and OKLCH.

Pika screenshot showing the app interface

Pika is a free, open-source color picker for macOS that lets users sample any color from anywhere on screen and copy it to the clipboard. (Free, open-source)

The app places two color wells in the menu bar—foreground and background—each displaying the sampled color and its value in the selected format. Keyboard shortcuts trigger the eyedropper without leaving the current application: ⌘D picks the foreground color and ⌘⇧D picks the background. Pressing X swaps the foreground and background values, and ⌘Z/⌘⇧Z undo and redo color changes within the session.

Seven color formats are supported and configurable per color well: Hex, RGB, HSB, HSL, LAB, OpenGL, and OKLCH. Switching formats uses ⌘1 through ⌘7. The OKLCH and LAB formats make Pika suitable for workflows targeting wide-gamut displays and CSS Color Level 4 specifications. Pika also integrates with the native macOS system color picker via ⌘S (foreground) or ⌘⇧S (background), enabling handoff to any app that accepts the system color panel. A URL scheme is available for scripting and automation workflows.

The app is distributed under the MIT license. Source code is available at github.com/superhighfives/pika.

System requirements: macOS 14 Sonoma or later. Available via Homebrew (brew install --cask pika) or direct download. App footprint is small.

Pricing: Free and open-source (MIT license).

Limitations: Requires macOS 14 or later, excluding users on older macOS releases. Color history does not persist between sessions; there is no saved-swatches or palette management feature. The app is limited to color sampling and copying—it does not include palette organization, contrast ratio checking, or export to design-tool formats.

Alternatives: System Color Picker (basic built-in macOS color sampling), Sip ($14.99/year, palette management and team sharing), Pastel ($6.99/month, full color palette and naming workflow).

Suitable for users who need a lightweight, keyboard-driven color sampling tool with support for modern color spaces such as OKLCH and display-P3.

FAQ

What does Pika do?+

Pika samples colors from any pixel on screen and copies the value to the clipboard in a chosen format. It displays foreground and background color wells in the menu bar, supports seven color formats, and provides keyboard shortcuts for picking without leaving the active app.

Is Pika free?+

Yes. Pika is free and open-source under the MIT license. It is available as a direct download from superhighfives.com/pika or via Homebrew Cask with `brew install --cask pika`.

How do I install Pika on macOS?+

Install Pika with Homebrew using `brew install --cask pika`, or download the latest release directly from https://superhighfives.com/pika. Requires macOS 14 Sonoma or later.

Does Pika run on Apple Silicon?+

Yes. Pika is a native Swift application and runs on Apple Silicon (M1, M2, M3, M4) and Intel Macs.

What color formats does Pika support?+

Pika supports seven formats switchable per color well: Hex, RGB, HSB, HSL, LAB, OpenGL, and OKLCH. Format switching is available via keyboard shortcuts ⌘1 through ⌘7.

How do I pick a color without switching apps?+

Press ⌘D to trigger the foreground eyedropper or ⌘⇧D for the background eyedropper from any application. Pika copies the value automatically using ⌘C (foreground) or ⌘⇧C (background).

Related Apps