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
Related tools
Color Palette GeneratorColor
Generate harmonious color palettes from a base color using color theory.
Gradient Palette GeneratorColor
Generate multi-stop gradient color palettes with HSL interpolation.
Color ConverterColor
Convert HEX/RGB/HSL and copy values.
Color PickerColor
Full color picker with HEX, RGB, HSL, and HSB values.
Color Contrast CheckerColor
Check WCAG contrast ratios for text/background colors.
Color Blindness SimulatorColor
Simulate how colors look with Protanopia, Deuteranopia, Tritanopia, and Achromatopsia.
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
- Type a seed such as a name, username, or keyword.
- View the generated palette of harmonised colors.
- 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.