System Grab Bag

View all TLDR pages from common (or from all pages)

pastel

Generate, analyze, convert and manipulate colors. More information: https://github.com/sharkdp/pastel.
  • Convert colors from one format to another. Here from RGB to HSL:
    pastel format {{hsl}} {{ff8000}}
  • Show and analyze colors on the terminal:
    pastel color "{{rgb(255,50,127)}}"
  • Pick a color from somewhere on the screen:
    pastel pick
  • Generate a set of N visually distinct colors:
    pastel distinct {{8}}
  • Get a list of all X11/CSS color names:
    pastel list

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.