DEV Community

Richard
Richard

Posted on

2 1

Find the RGB value of any color on the screen in OSX quickly and easily

I found myself today wanting to retrieve a color from an image. This normally involves opening the image in some sort of image editing software and using a tool called the eyedropper. It's a multi-step process and kind of a pain.

So I wondered, is there an easier way? It turns out that on Apple computers there is a built in tool called Digital Color Meter that is included in the Apps/Utilities in OSX.

It tracks your cursor and displays the RGB value of that pixel or pixels on a little window. Useful for emulating a cool color when trying to create something!

Digital Color Meter

You can also easily copy the RGBs as a string using the keycombo ⇧ + ⌘ + C

Keyboard Shortcuts

Top comments (0)

ACI image

ACI.dev: Fully Open-source AI Agent Tool-Use Infra (Composio Alternative)

100% open-source tool-use platform (backend, dev portal, integration library, SDK/MCP) that connects your AI agents to 600+ tools with multi-tenant auth, granular permissions, and access through direct function calling or a unified MCP server.

Check out our GitHub!

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay