Alternative to DigitalColor Meter in Lion (Updated)
Friday, October 14th, 2011
Update: With the release of 10.7.2, this issue is resolved. The Apple engineers have reverted the code back to its pre-Lion state complete with the ability to copy hex values.
Original post: Digital With the launch of Lion came the replacement of a little utility I use(d) every day, Apple’s DigitalColor Meter. This tool allowed (note tense) you to hover over any color visible on your screen and copy its corresponding hex value to your clipboard for use in your web development work.
With Lion, DigitalColor Meter’s ability to select hex values and copy them to the clipboard are both gone. This isn’t a bug; this was a deliberate choice by someone at Apple. Why this person thought it was necessary to turn this decade old, one-trick-pony of a utility into, well, a hobbled old nag destined for the glue factory is beyond me.
Anyway, I’m never one to be deterred so I found a work-around. It’s not perfect, but it’s working for now:
- Download and install this free extension to Apple’s built-in Color Picker from Waffle Software. You may need to reboot.
- Open AppleScript Editor
- Add simply, “choose color”
- Run it just to test. The color picker should launch in stand-alone mode.
- Save your script as an application.




Google have announced the launch of their Cloud SQL product. This is a MySQL variant that stores the database in the cloud and works in conjunction with Google’s App Engine service. Until now, App Engine developers have had to rely on rough, schemaless file systems to store data objects. Now, they can take advantage of a MySQL-like database stored in the cloud.