Generate Colors - Pastel Color Tool | Online Free DevTools by Hexmos
Generate and analyze colors with Pastel Color Tool. Convert between formats like RGB and HSL, pick colors from screen. Free online tool, no registration required.
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}}
- List all X11/CSS color names:
pastel list
