function getRandomColor() { const hue=240 + Math.random() * 260; return "hsl(" + hue + ", 50%, 60%)"; }