diff --git a/Modules/Core/include/Colortables/Multilabel.h b/Modules/Core/include/Colortables/Multilabel.h
index a80245c1f0..86f31d1371 100644
--- a/Modules/Core/include/Colortables/Multilabel.h
+++ b/Modules/Core/include/Colortables/Multilabel.h
@@ -1,25 +1,25 @@
 /*============================================================================
 
 The Medical Imaging Interaction Toolkit (MITK)
 
 Copyright (c) German Cancer Research Center (DKFZ)
 All rights reserved.
 
 Use of this source code is governed by a 3-clause BSD license that can be
 found in the LICENSE file.
 
 ============================================================================*/
 
 #ifndef _lut_Multilabel_h_
 #define _lut_Multilabel_h_
 
 static const double Multilabel[25][3] =
 {
-  { 1.0, 1.0, 0.0 }, { 0.0, 1.0, 0.0 }, { 0.0, 0.0, 1.0 }, { 1.0, 1.0, 0.4 }, { 0.0, 0.4, 0.7 },
-  { 1.0, 0.0, 1.0 }, { 1.0, 0.5, 0.0 }, { 0.0, 1.0, 0.5 }, { 0.5, 0.0, 1.0 }, { 1.0, 1.0, 0.5 },
-  { 0.5, 1.0, 1.0 }, { 1.0, 0.5, 0.6 }, { 1.0, 0.3, 0.3 }, { 0.4, 0.7, 1.0 }, { 0.4, 0.5, 1.0 },
-  { 0.8, 0.5, 1.0 }, { 1.0, 0.3, 1.0 }, { 1.0, 0.5, 0.6 }, { 1.0, 0.5, 0.4 }, { 0.4, 0.5, 0.4 },
-  { 1.0, 0.5, 0.76 }, { 0.76, 0.4, 0.4 }, { 1.0, 0.5, 0.4 }, { 0.76, 0.3, 0.4 }, { 1.0, 0.3, 0.4 }
+  { 0.745, 0, 0.196 }, { 0.952, 0.764, 0 }, { 0.552, 0.713, 0 }, { 0.631, 0.792, 0.945 }, { 0.639, 0.250, 0.725 },
+  { 0, 0.403, 0.647 }, { 0.952, 0.517, 0 }, { 0.666, 0.956, 0 }, { 0.109, 1, 0.807 }, { 0.823, 0.603, 0.639 },
+  { 0.533, 0.176, 0.090 }, { 1, 0.803, 0.6 }, { 0.447, 0.188, 0.588 }, { 0.988, 0.109, 0.749 }, { 0, 0.325, 0 },
+  { 1, 0, 0 }, { 0.047, 0.752, 0.352 }, { 0.196, 0.513, 0.996 }, { 1, 1, 0.501 }, { 0.811, 0.396, 0.254 },
+  { 0.941, 0.627, 1 }, { 0.231, 0, 0.984 }, { 0.086, 1, 0.196 }, { 0.109, 0.513, 0.337 }, { 0.984, 0.894, 0.149 }
 };
 
 #endif