Purple flakes
diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py
index e696a0e..6ddc4d2 100755
--- a/tools/run_tests/jobset.py
+++ b/tools/run_tests/jobset.py
@@ -72,6 +72,7 @@
     'yellow': [ 33, 0 ],
     'lightgray': [ 37, 0],
     'gray': [ 30, 1 ],
+    'purple': [ 35, 0 ],
     }
 
 
@@ -81,7 +82,7 @@
 
 _TAG_COLOR = {
     'FAILED': 'red',
-    'FLAKE': 'red',
+    'FLAKE': 'purple',
     'WARNING': 'yellow',
     'TIMEOUT': 'red',
     'PASSED': 'green',