static String colorHex(Color color) => colorToInt(color).toRadixString(16).toUpperCase().padLeft(8, '0');