There needs to be some more detail about the graph coloring library in Mage: https://memgraph.com/docs/advanced-algorithms/available-algorithms/graph_coloring
Graph coloring in general is NP-Complete...and when you run the algorithm is sometimes return incorrect results.
Sometimes graphs aren't colorable for a given number of colors.
Feedback from the community: