Scatter plot with per-point colours from a single colour column

On dashboards, if I have data with the following columns:
x | y | colour
where each (x, y) point has an associated colour value, is it possible to plot this on an x-y scatter plot where each point is rendered in its corresponding colour, rather than having to restructure the data into separate columns like yColour1, yColour2, etc.?