Dev Tools

Color Palette from Text

Generate a consistent color palette by hashing text strings into colors. Same input always produces the same color.

Enter text (one string per line)
Per-line palette (5 colors)
#67cf2a
#4bd891
#d54862
#b2d15c
#d8594b
Generate N colors from first line
Count:
#67cf2a
#66d52a
#66d72d
#66d930
#66db33
Was this page helpful?

Related tools

About Color Palette from Text

Generate a deterministic color palette from any text or seed, so the same input always yields the same colors. Handy for avatars, tags, and charts that need consistent, distinct colors.

How to use

  1. Type a seed such as a name, username, or keyword.
  2. View the generated palette of harmonised colors.
  3. Copy the hex values into your design or code.

Frequently asked questions

Will the same text always give the same palette?
Yes — colors are derived deterministically from the text, so results are stable across reloads and devices.
Can I use it for category colors?
Yes — mapping category names to palettes gives each category a consistent, distinct color automatically.