/pigment

A simple Discord bot that will listen for HEX, RGB(a), and HSL(a) colors in a message, and provide a small image of that color.

Primary LanguageTypeScript

Pigment

Pigment logo

For the teams of designers and developers out there - Pigment will listen for messages containing a HEX, RGB(a), or HSL(a) color, and provide a tiny image of that color.

Add Pigment to your server here.

Have any features you'd like to see? Pigment is open source, so feel free to contribute and improve the bot for everyone :)

Limitations

  • Pigment will not recognize multiple color strings in the message, only the first one it finds
  • rgb, rgba, hsl, and hsla colors must be separated by comma (e.g. rgb(10, 10, 10)), it will not work with spaces (rgb(10 10 10))