Using the HSV color space, you have more fine-grained control over the color. The hue, saturation and value can be controlled independently. func _generate_random_hsv_color() -> Color: return ...