- Truly random or biased?
- Uniform random in HSL space. Toggle to 'pleasant' mode which excludes near-black, near-white, and low-saturation combinations — better for UI randomization.
- Can I seed it?
- Yes — provide a seed for reproducible colors. Useful for deterministic avatars (hash username → seed → color).
- What format does it output?
- Hex, RGB, HSL, OKLCH. Pick whichever matches your pipeline.
- How many at once?
- Bulk mode generates up to 1000. For large datasets, consider whether truly-random colors are needed — most apps do better with a curated palette.