colorpicker

screen color sampling tool

TLDR

Launch color picker
$ colorpicker
Pick color and output in specific format
$ colorpicker --format [hex|rgb|hsl]
Copy picked color to clipboard
$ colorpicker --clipboard

SYNOPSIS

colorpicker [options]

DESCRIPTION

colorpicker is a command-line tool for picking colors from the screen. It allows you to select any pixel on your display and get its color value in various formats.Useful for designers and developers who need to quickly sample colors from existing interfaces or images.

PARAMETERS

--format format

Output format: hex, rgb, hsl.
--clipboard
Copy result to clipboard.

INSTALL

sudo zypper install colorpicker

SEE ALSO